aboutsummaryrefslogtreecommitdiffstats
path: root/docs/primitives/symmetric-encryption.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 14:59:53 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 14:59:53 -0700
commit6badd9b99b68cbd35f0e9b7d164c45b1696f08d3 (patch)
treee2b714dba1a3a8e4791b756ef1705abce8b901bf /docs/primitives/symmetric-encryption.rst
parent2dc2b861fac9fccb333f49e032245f8c83ad403a (diff)
downloadcryptography-6badd9b99b68cbd35f0e9b7d164c45b1696f08d3.tar.gz
cryptography-6badd9b99b68cbd35f0e9b7d164c45b1696f08d3.tar.bz2
cryptography-6badd9b99b68cbd35f0e9b7d164c45b1696f08d3.zip
New language
Diffstat (limited to 'docs/primitives/symmetric-encryption.rst')
-rw-r--r--docs/primitives/symmetric-encryption.rst6
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``.