[Python-checkins] r81404 - python/trunk/Doc/library/hashlib.rst

georg.brandl python-checkins at python.org
Fri May 21 22:24:45 CEST 2010


Author: georg.brandl
Date: Fri May 21 22:24:45 2010
New Revision: 81404

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

Modified:
   python/trunk/Doc/library/hashlib.rst

Modified: python/trunk/Doc/library/hashlib.rst
==============================================================================
--- python/trunk/Doc/library/hashlib.rst	(original)
+++ python/trunk/Doc/library/hashlib.rst	Fri May 21 22:24:45 2010
@@ -142,7 +142,7 @@
    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.
 


More information about the Python-checkins mailing list