commit | 1c1bad6b334ed18e5b8bb5dd21d33730503e4227 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Thu Aug 08 11:27:47 2013 -0700 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Thu Aug 08 11:27:47 2013 -0700 |
tree | e956fb7fd4bc43b844ff3a4d7aba7331d63994c5 | |
parent | c651f76b500bc749efc720af91f2edd773e8b52f [diff] [blame] |
Document that IVs should not be reused.
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst index c0b3608..be6ed2b 100644 --- a/docs/primitives/symmetric-encryption.rst +++ b/docs/primitives/symmetric-encryption.rst
@@ -55,3 +55,5 @@ in a transmitted message). Should be the same number of bytes as the ``key`` for the cipher. + ``initialization_vectors`` should never + be reused across different messages.