diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-07 13:28:23 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-07 13:28:23 -0800 |
commit | 9de452d02ed0be26a86526fed5695a3f1a3db3a3 (patch) | |
tree | 1c6d083d8e40c410719c5874a545ccad913833b1 /docs | |
parent | 8ed651e717537ea69c987b78f6ef9f8d336bb734 (diff) | |
download | cryptography-9de452d02ed0be26a86526fed5695a3f1a3db3a3.tar.gz cryptography-9de452d02ed0be26a86526fed5695a3f1a3db3a3.tar.bz2 cryptography-9de452d02ed0be26a86526fed5695a3f1a3db3a3.zip |
Typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 1aeb2a56..6fa71767 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -164,7 +164,7 @@ Modes in a transmitted message). Must be the same number of bytes as the ``block_size`` of the cipher. Each time - someting is encrypted a new + something is encrypted a new ``initialization_vector`` should be generated. Do not reuse an ``initialization_vector`` with |