diff -r 4010cc7e9c0b -r 2c7ccb4484bf eric6/Documentation/Source/eric6.Utilities.crypto.py3AES.html --- a/eric6/Documentation/Source/eric6.Utilities.crypto.py3AES.html Fri Jun 19 13:43:40 2020 +0200 +++ b/eric6/Documentation/Source/eric6.Utilities.crypto.py3AES.html Fri Jun 19 13:46:58 2020 +0200 @@ -930,6 +930,13 @@ decrypted data (bytes) </dd> </dl> +<dl> + +<dt>Raises <b>ValueError</b>:</dt> +<dd> +raised to indicate an invalid key size +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> @@ -961,6 +968,13 @@ encrypted data prepended with the initialization vector (bytes) </dd> </dl> +<dl> + +<dt>Raises <b>ValueError</b>:</dt> +<dd> +raised to indicate an invalid key size +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />