summaryrefslogtreecommitdiffstats
path: root/Doc/library/hashlib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-21 20:24:45 (GMT)
committerGeorg Brandl <georg@python.org>2010-05-21 20:24:45 (GMT)
commit16fd5cdfebf67c4d3652cdba64d5fa2556054ca0 (patch)
tree4d3f758441259b1926709a00c5421cce36acc28d /Doc/library/hashlib.rst
parentc76defc118dfa078016f84c576463aeabfe5e5f8 (diff)
downloadcpython-16fd5cdfebf67c4d3652cdba64d5fa2556054ca0.zip
cpython-16fd5cdfebf67c4d3652cdba64d5fa2556054ca0.tar.gz
cpython-16fd5cdfebf67c4d3652cdba64d5fa2556054ca0.tar.bz2
#8783: replace link to now dead hash collision FAQ.
Diffstat (limited to 'Doc/library/hashlib.rst')
-rw-r--r--Doc/library/hashlib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
index a7f24d2..51ac93b 100644
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -142,7 +142,7 @@ A hash object has the following methods:
http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf
The FIPS 180-2 publication on Secure Hash Algorithms.
- http://www.cryptography.com/cnews/hash.html
- Hash Collision FAQ with information on which algorithms have known issues and
+ http://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms
+ Wikipedia article with information on which algorithms have known issues and
what that means regarding their use.