From e7869438c416104dbc8872abcf9ac48f5f0959db Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 8 Aug 2013 07:39:26 -0700 Subject: Crypto is seriously hard --- docs/primitives/symmetric-encryption.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/primitives') 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 -- cgit v1.2.3