From c651f76b500bc749efc720af91f2edd773e8b52f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 8 Aug 2013 11:17:56 -0700 Subject: Document how long iv should be --- docs/primitives/symmetric-encryption.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst index 4675ebfc..c0b36084 100644 --- a/docs/primitives/symmetric-encryption.rst +++ b/docs/primitives/symmetric-encryption.rst @@ -52,4 +52,6 @@ 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). + in a transmitted message). Should be + the same number of bytes as the ``key`` + for the cipher. -- cgit v1.2.3