diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-22 16:22:53 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-10-22 16:22:53 -0700 |
commit | f54dcdbd3fd3653c56e6c8c0cdf8d7dcecd16c4a (patch) | |
tree | c79500fba9f7c5f0e44dd548c4f83b9c95b41889 /docs | |
parent | 6ce102ac57a283f881d76e2e926a389f8a05b19b (diff) | |
parent | 2b9b3016cdceff473fbfa50b9c8b6e7ba4e76c07 (diff) | |
download | cryptography-f54dcdbd3fd3653c56e6c8c0cdf8d7dcecd16c4a.tar.gz cryptography-f54dcdbd3fd3653c56e6c8c0cdf8d7dcecd16c4a.tar.bz2 cryptography-f54dcdbd3fd3653c56e6c8c0cdf8d7dcecd16c4a.zip |
Merge pull request #167 from reaperhulk/hash-doc-fix
MD5 is 128-bit. The person responsible for this mistake has been shot
Diffstat (limited to 'docs')
-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. |