From a1b98f9ba3ce90d6f70a9c67e9d7c4eef7c960eb Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 8 Aug 2013 11:37:25 -0700 Subject: Fix --- docs/primitives/symmetric-encryption.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/primitives') 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. -- cgit v1.2.3