]> granicus.if.org Git - python/commitdiff
#8783: replace link to now dead hash collision FAQ.
authorGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:24:45 +0000 (20:24 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:24:45 +0000 (20:24 +0000)
Doc/library/hashlib.rst

index a7f24d258b416f5e830adc3c69860161b769cdb7..51ac93b092dc91ea6242b3386aaebc4c20b51544 100644 (file)
@@ -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.