diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-10-22 17:09:38 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-10-22 17:09:38 -0500 |
commit | 2b9b3016cdceff473fbfa50b9c8b6e7ba4e76c07 (patch) | |
tree | f41198f8bd19aee75c34d3f86fa3c51e7a696593 /docs/primitives | |
parent | 6ffa54f31fbf1a16293b724b714f29468dcdf52d (diff) | |
download | cryptography-2b9b3016cdceff473fbfa50b9c8b6e7ba4e76c07.tar.gz cryptography-2b9b3016cdceff473fbfa50b9c8b6e7ba4e76c07.tar.bz2 cryptography-2b9b3016cdceff473fbfa50b9c8b6e7ba4e76c07.zip |
md5 is 128-bit. The person responsible for this mistake has been shot
Diffstat (limited to 'docs/primitives')
-rw-r--r-- | docs/primitives/cryptographic-hashes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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. |