From 70e8f90b250ba65167943f67cb851495bc7b8add Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 23 May 2017 16:55:19 -0700 Subject: let's deprecate some hashes we should never have exposed (#3584) --- docs/hazmat/primitives/cryptographic-hashes.rst | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'docs/hazmat') 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 ~~~ -- cgit v1.2.3