aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-27 11:05:29 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-27 11:05:29 -0800
commitb2774f53bc5840ae7c414ee78bef654a2ae89f01 (patch)
tree6fdba6fac20984321a0269d3edb165f076bfbf1f /docs/exceptions.rst
parent6b4f32311e038a60ed496e2f44558b8803f9e033 (diff)
downloadcryptography-b2774f53bc5840ae7c414ee78bef654a2ae89f01.tar.gz
cryptography-b2774f53bc5840ae7c414ee78bef654a2ae89f01.tar.bz2
cryptography-b2774f53bc5840ae7c414ee78bef654a2ae89f01.zip
Begin designing the KDF interfaces. Fixes #511
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 1fbd3267..f9e29f3c 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -30,3 +30,9 @@ Exceptions
This is raised when a backend doesn't support the requested algorithm (or
combination of algorithms).
+
+
+.. class:: InvalidKey
+
+ This is raised when the verify method of a key derivation function does not
+ compare equal.