aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-06 11:49:42 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-12-06 11:57:04 -0600
commita07925a154e2b28db30499c5a3cf40fedc451d10 (patch)
tree9a3a94bc7b39fdae6554b452a5b4fd25ac9ec726 /docs/hazmat/primitives
parentb91221dd7f27b3dcc09d3ad55645b12da08780cf (diff)
downloadcryptography-a07925a154e2b28db30499c5a3cf40fedc451d10.tar.gz
cryptography-a07925a154e2b28db30499c5a3cf40fedc451d10.tar.bz2
cryptography-a07925a154e2b28db30499c5a3cf40fedc451d10.zip
update docs to explain tag requirements and valueerror
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst
index 8d8d558b..46148689 100644
--- a/docs/hazmat/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -349,8 +349,8 @@ Modes
Do not reuse an ``initialization_vector``
with a given ``key``.
- :param bytes tag: The tag bytes to verify during decryption. Must be provided
- for decryption, but is ignored when encrypting.
+ :param bytes tag: The tag bytes to verify during decryption. When encrypting
+ this must be None.
.. doctest::