summaryrefslogtreecommitdiff
path: root/lib/Crypto/Cipher/AES.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypto/Cipher/AES.py')
-rw-r--r--lib/Crypto/Cipher/AES.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypto/Cipher/AES.py b/lib/Crypto/Cipher/AES.py
index a1b7bf4..6b870ac 100644
--- a/lib/Crypto/Cipher/AES.py
+++ b/lib/Crypto/Cipher/AES.py
@@ -64,7 +64,7 @@ def new(key, *args, **kwargs):
:Parameters:
key : byte string
The secret key to use in the symmetric cipher.
- It must be 16 (*AES-128*), 24 (*AES-192), or 32 (*AES-256*) bytes long.
+ It must be 16 (*AES-128*), 24 (*AES-192*), or 32 (*AES-256*) bytes long.
:Keywords:
mode : a *MODE_** constant
The chaining mode to use for encryption or decryption.