diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-04 17:28:24 -0600 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-12-04 17:28:24 -0600 |
commit | 0d23e94a09ea8c88d51692696363d9215c57b72a (patch) | |
tree | 26b53d4769e17127e300a889815eac287b255573 | |
parent | 289b600f867b671e94957e8eab3736d88091978a (diff) | |
download | cryptography-0d23e94a09ea8c88d51692696363d9215c57b72a.tar.gz cryptography-0d23e94a09ea8c88d51692696363d9215c57b72a.tar.bz2 cryptography-0d23e94a09ea8c88d51692696363d9215c57b72a.zip |
Don't show so much stuff
-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. |