From 6badd9b99b68cbd35f0e9b7d164c45b1696f08d3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 8 Aug 2013 14:59:53 -0700 Subject: New language --- docs/primitives/symmetric-encryption.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/primitives/symmetric-encryption.rst') 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``. -- cgit v1.2.3