From 2b9b3016cdceff473fbfa50b9c8b6e7ba4e76c07 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 22 Oct 2013 17:09:38 -0500 Subject: md5 is 128-bit. The person responsible for this mistake has been shot --- docs/primitives/cryptographic-hashes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/primitives/cryptographic-hashes.rst b/docs/primitives/cryptographic-hashes.rst index aeb30f40..abeb8467 100644 --- a/docs/primitives/cryptographic-hashes.rst +++ b/docs/primitives/cryptographic-hashes.rst @@ -86,5 +86,5 @@ MD5 .. class:: cryptography.primitives.hashes.MD5() - MD5 is a deprecated cryptographic hash function. It has a 160-bit message + MD5 is a deprecated cryptographic hash function. It has a 128-bit message digest and has practical known collision attacks. -- cgit v1.2.3