aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-22 16:22:53 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-22 16:22:53 -0700
commitf54dcdbd3fd3653c56e6c8c0cdf8d7dcecd16c4a (patch)
treec79500fba9f7c5f0e44dd548c4f83b9c95b41889
parent6ce102ac57a283f881d76e2e926a389f8a05b19b (diff)
parent2b9b3016cdceff473fbfa50b9c8b6e7ba4e76c07 (diff)
downloadcryptography-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
-rw-r--r--docs/primitives/cryptographic-hashes.rst2
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.