aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/cryptographic-hashes.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-23 16:55:19 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2017-05-23 16:55:19 -0700
commit70e8f90b250ba65167943f67cb851495bc7b8add (patch)
treebd5beb5b58f938049ff5478a17459d6ea0b89e62 /docs/hazmat/primitives/cryptographic-hashes.rst
parent51ef0eb1020327ddf626ee5c8504b0dfe218b2ba (diff)
downloadcryptography-70e8f90b250ba65167943f67cb851495bc7b8add.tar.gz
cryptography-70e8f90b250ba65167943f67cb851495bc7b8add.tar.bz2
cryptography-70e8f90b250ba65167943f67cb851495bc7b8add.zip
let's deprecate some hashes we should never have exposed (#3584)
Diffstat (limited to 'docs/hazmat/primitives/cryptographic-hashes.rst')
-rw-r--r--docs/hazmat/primitives/cryptographic-hashes.rst16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst
index d3e9eb4d..55af21ac 100644
--- a/docs/hazmat/primitives/cryptographic-hashes.rst
+++ b/docs/hazmat/primitives/cryptographic-hashes.rst
@@ -150,22 +150,6 @@ SHA-1
vulnerable to practical collision attacks, and collisions have been
demonstrated.
-RIPEMD160
-~~~~~~~~~
-
-.. class:: RIPEMD160()
-
- RIPEMD160 is a cryptographic hash function that is part of ISO/IEC
- 10118-3:2004. It produces a 160-bit message digest.
-
-Whirlpool
-~~~~~~~~~
-
-.. class:: Whirlpool()
-
- Whirlpool is a cryptographic hash function that is part of ISO/IEC
- 10118-3:2004. It produces a 512-bit message digest.
-
MD5
~~~