diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-04 18:51:01 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-12-04 18:51:01 -0800 |
commit | 07c36baec6ee7d4a89b3cbe18a37b9e5cbe48f64 (patch) | |
tree | 26b53d4769e17127e300a889815eac287b255573 /docs/hazmat | |
parent | 289b600f867b671e94957e8eab3736d88091978a (diff) | |
parent | 0d23e94a09ea8c88d51692696363d9215c57b72a (diff) | |
download | cryptography-07c36baec6ee7d4a89b3cbe18a37b9e5cbe48f64.tar.gz cryptography-07c36baec6ee7d4a89b3cbe18a37b9e5cbe48f64.tar.bz2 cryptography-07c36baec6ee7d4a89b3cbe18a37b9e5cbe48f64.zip |
Merge pull request #284 from alex/oops
Don't show so much stuff
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 977a897b..e2cce195 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -330,7 +330,7 @@ Modes .. danger:: When using this mode you MUST not use the decrypted data until - :meth:`cryptography.hazmat.primitives.interfaces.CipherContext.finalize` + :meth:`~cryptography.hazmat.primitives.interfaces.CipherContext.finalize` has been called. GCM provides NO guarantees of ciphertext integrity until decryption is complete. |