aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorJulian Krause <julian.krause@gmail.com>2013-12-26 21:47:39 -0800
committerJulian Krause <julian.krause@gmail.com>2013-12-26 21:47:39 -0800
commitb808f8cc91e302d4120eefa80c946a7cdcf9a155 (patch)
treee68b282dfff5ac7cebcdebe27ce82345fe22fbcb /docs/hazmat/primitives
parent831467cce6c2a2b916e30914635924042b15ed2d (diff)
downloadcryptography-b808f8cc91e302d4120eefa80c946a7cdcf9a155.tar.gz
cryptography-b808f8cc91e302d4120eefa80c946a7cdcf9a155.tar.bz2
cryptography-b808f8cc91e302d4120eefa80c946a7cdcf9a155.zip
Remove verify from Hash.
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/cryptographic-hashes.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst
index f00dd3f5..38347378 100644
--- a/docs/hazmat/primitives/cryptographic-hashes.rst
+++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -70,14 +70,6 @@ Message Digests
:return bytes: The message digest as bytes.
- .. method:: verify(digest)
-
- Finalize the current context and securely compare that digest to ``digest``.
-
- :param bytes digest: Received hash digest
- :raises cryptography.exceptions.AlreadyFinalized: See :meth:`finalize`
- :raises cryptography.exceptions.InvalidSignature: If hash digest does not match digest
-
.. _cryptographic-hash-algorithms: