]> granicus.if.org Git - python/commitdiff
Merged revisions 81404 via svnmerge from
authorGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:28:13 +0000 (20:28 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 21 May 2010 20:28:13 +0000 (20:28 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r81404 | georg.brandl | 2010-05-21 22:24:45 +0200 (Fr, 21 Mai 2010) | 1 line

  #8783: replace link to now dead hash collision FAQ.
........

Doc/library/hashlib.rst

index 3c98af76274a696aaf5e3ea4fd99c173c0c4a7bc..a38f2f550dff3b908519088f89ef78a2468338c1 100644 (file)
@@ -151,7 +151,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.