aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2013-11-25 14:29:35 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2013-11-29 17:19:46 -0600
commit67abc864cb64033333aa08a03fba1dd153074dfd (patch)
tree99379bb1e0f51bf88675e53aa1a2965bb1fbac16 /docs/hazmat/primitives
parent86699be866b1ef3390da31f74a63980e4d2b7d99 (diff)
downloadcryptography-67abc864cb64033333aa08a03fba1dd153074dfd.tar.gz
cryptography-67abc864cb64033333aa08a03fba1dd153074dfd.tar.bz2
cryptography-67abc864cb64033333aa08a03fba1dd153074dfd.zip
document tag param for GCM object
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst
index f35357d0..70c3d2f4 100644
--- a/docs/hazmat/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -335,6 +335,9 @@ Modes
``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.
+
.. doctest::
>>> from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes