aboutsummaryrefslogtreecommitdiffstats
path: root/docs/primitives/symmetric-encryption.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 07:39:26 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-08 07:39:26 -0700
commite7869438c416104dbc8872abcf9ac48f5f0959db (patch)
tree6ec544cda70588d27cf2aac84bad5308bc19f4e2 /docs/primitives/symmetric-encryption.rst
parentd96d10000fa28b395516b511d9a3ed73bbd2286e (diff)
downloadcryptography-e7869438c416104dbc8872abcf9ac48f5f0959db.tar.gz
cryptography-e7869438c416104dbc8872abcf9ac48f5f0959db.tar.bz2
cryptography-e7869438c416104dbc8872abcf9ac48f5f0959db.zip
Crypto is seriously hard
Diffstat (limited to 'docs/primitives/symmetric-encryption.rst')
-rw-r--r--docs/primitives/symmetric-encryption.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/primitives/symmetric-encryption.rst b/docs/primitives/symmetric-encryption.rst
index 6aa7ed25..7081e014 100644
--- a/docs/primitives/symmetric-encryption.rst
+++ b/docs/primitives/symmetric-encryption.rst
@@ -21,7 +21,7 @@ or GCM). A simple example of encrypting content with AES is:
[...]
Here ``key`` is the encryption key (which must be kept secret), and ``iv`` is
-the initialization vector (which should be random). Exactly what form these
+the initialization vector (which must be random). Exactly what form these
values should take is described for each of the ciphers and modes.
``encrypt()`` should be called repeatedly with additional plaintext, and it