diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-08 11:37:25 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-08 11:37:25 -0700 |
commit | a1b98f9ba3ce90d6f70a9c67e9d7c4eef7c960eb (patch) | |
tree | 74ddc06f37f0516eecf59ca5509e6b389a15d4b1 /docs/primitives/symmetric-encryption.rst | |
parent | c4a5f069c4e05e5f09faae3bbd676ef9051ca0fb (diff) | |
download | cryptography-a1b98f9ba3ce90d6f70a9c67e9d7c4eef7c960eb.tar.gz cryptography-a1b98f9ba3ce90d6f70a9c67e9d7c4eef7c960eb.tar.bz2 cryptography-a1b98f9ba3ce90d6f70a9c67e9d7c4eef7c960eb.zip |
Fix
Diffstat (limited to 'docs/primitives/symmetric-encryption.rst')
-rw-r--r-- | docs/primitives/symmetric-encryption.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst index 2b1816c9..4e02907d 100644 --- a/docs/primitives/symmetric-encryption.rst +++ b/docs/primitives/symmetric-encryption.rst @@ -53,5 +53,5 @@ Modes :param bytes initialization_vector: Must be random bytes. They do not need to be kept secret (they can be included in a transmitted message). Should be - the same number of bytes as the ``key`` - for the cipher. + the same number of bytes as the + ``block_size`` of the cipher. |