commit | b2774f53bc5840ae7c414ee78bef654a2ae89f01 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Mon Jan 27 11:05:29 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Mon Jan 27 11:05:29 2014 -0800 |
tree | 6fdba6fac20984321a0269d3edb165f076bfbf1f | |
parent | 6b4f32311e038a60ed496e2f44558b8803f9e033 [diff] [blame] |
Begin designing the KDF interfaces. Fixes #511
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 1fbd326..f9e29f3 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst
@@ -30,3 +30,9 @@ 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.