diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-08 11:31:43 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-08 11:31:43 -0700 |
commit | 1e3f81fe709067b94ddbabc23b16563ee6a44c68 (patch) | |
tree | c26caee060ecf9ea939ee8605f2d37df5048869f /docs | |
parent | a4f529e2dbbe5e30b77c1f41ea203012f49b064b (diff) | |
download | cryptography-1e3f81fe709067b94ddbabc23b16563ee6a44c68.tar.gz cryptography-1e3f81fe709067b94ddbabc23b16563ee6a44c68.tar.bz2 cryptography-1e3f81fe709067b94ddbabc23b16563ee6a44c68.zip |
All caps
Diffstat (limited to 'docs')
-rw-r--r-- | docs/primitives/symmetric-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst index 7c77f295..182c9e46 100644 --- a/docs/primitives/symmetric-encryption.rst +++ b/docs/primitives/symmetric-encryption.rst @@ -34,7 +34,7 @@ Ciphers .. class:: cryptography.primitives.aes.AES(key) - AES (Advanced encryption standard) is a block cipher standardized by NIST. + AES (Advanced Encryption Standard) is a block cipher standardized by NIST. AES is both fast, and cryptographically strong. It is a good default choice for encryption. |