diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-08 14:59:53 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-08 14:59:53 -0700 |
commit | 6badd9b99b68cbd35f0e9b7d164c45b1696f08d3 (patch) | |
tree | e2b714dba1a3a8e4791b756ef1705abce8b901bf /docs | |
parent | 2dc2b861fac9fccb333f49e032245f8c83ad403a (diff) | |
download | cryptography-6badd9b99b68cbd35f0e9b7d164c45b1696f08d3.tar.gz cryptography-6badd9b99b68cbd35f0e9b7d164c45b1696f08d3.tar.bz2 cryptography-6badd9b99b68cbd35f0e9b7d164c45b1696f08d3.zip |
New language
Diffstat (limited to 'docs')
-rw-r--r-- | docs/primitives/symmetric-encryption.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst index 5d2177df..39a5a630 100644 --- a/docs/primitives/symmetric-encryption.rst +++ b/docs/primitives/symmetric-encryption.rst @@ -53,6 +53,6 @@ Modes to be kept secret (they can be included in a transmitted message). Must be the same number of bytes as the - ``block_size`` of the cipher. - Initialization vectors should not be - reused with the same ``key``. + ``block_size`` of the cipher. Do not + reuse an ``initialization_vector`` with + a given ``key``. |