From 1e3f81fe709067b94ddbabc23b16563ee6a44c68 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 8 Aug 2013 11:31:43 -0700 Subject: All caps --- docs/primitives/symmetric-encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/primitives') 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. -- cgit v1.2.3