aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorJulian Krause <julian.krause@gmail.com>2013-12-25 11:00:49 -0800
committerJulian Krause <julian.krause@gmail.com>2013-12-25 11:00:49 -0800
commitc91fe6a21fbae3107de7b2e53b7343cd67ac8c6d (patch)
treed63eddf0364329af999a930100a828817bacfc5f /docs/exceptions.rst
parent2288e30119e2af3e2b448345cf6a9e61f8d06aa0 (diff)
downloadcryptography-c91fe6a21fbae3107de7b2e53b7343cd67ac8c6d.tar.gz
cryptography-c91fe6a21fbae3107de7b2e53b7343cd67ac8c6d.tar.bz2
cryptography-c91fe6a21fbae3107de7b2e53b7343cd67ac8c6d.zip
Clean up documentation and naming.
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index 087066b8..8be2c48c 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -8,6 +8,12 @@ Exceptions
This is raised when a context is used after being finalized.
+.. class:: InvalidSignature
+
+ This is raised when the verify function of a hash function does not
+ compare equal.
+
+
.. class:: NotYetFinalized
This is raised when the AEAD tag property is accessed on a context