--- a/Documentation/Source/eric6.Utilities.crypto.py3AES.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.Utilities.crypto.py3AES.html Sat Mar 11 19:18:57 2017 +0100 @@ -575,11 +575,11 @@ </table> <a NAME="AESModeOfOperation.__extractBytes" ID="AESModeOfOperation.__extractBytes"></a> <h4>AESModeOfOperation.__extractBytes</h4> -<b>__extractBytes</b>(<i>input, start, end, mode</i>) +<b>__extractBytes</b>(<i>inputData, start, end, mode</i>) <p> Private method to extract a range of bytes from the input. </p><dl> -<dt><i>input</i></dt> +<dt><i>inputData</i></dt> <dd> input data (bytes) </dd><dt><i>start</i></dt> @@ -635,11 +635,11 @@ </dd> </dl><a NAME="AESModeOfOperation.encrypt" ID="AESModeOfOperation.encrypt"></a> <h4>AESModeOfOperation.encrypt</h4> -<b>encrypt</b>(<i>input, mode, key, size, IV</i>) +<b>encrypt</b>(<i>inputData, mode, key, size, IV</i>) <p> Public method to perform the encryption operation. </p><dl> -<dt><i>input</i></dt> +<dt><i>inputData</i></dt> <dd> data to be encrypted (bytes) </dd><dt><i>mode</i></dt> @@ -658,7 +658,7 @@ </dl><dl> <dt>Returns:</dt> <dd> -tuple with mode of operation, length of the input and +tuple with mode of operation, length of the input data and the encrypted data (integer, integer, bytes) </dd> </dl><dl>