diff options
Diffstat (limited to 'docs/primitives/symmetric-encryption.rst')
-rw-r--r-- | docs/primitives/symmetric-encryption.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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. |