diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-09-27 09:05:18 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-09-27 09:05:18 (GMT) |
commit | 81520b0bed085c772aafeec53e9baa78292dc47b (patch) | |
tree | 4bbd084d08b191f0af890fe6f1c015cdf89f6d28 /Doc | |
parent | feb8b6284712cdbf28f8f41ee6386b0a54ec13f4 (diff) | |
parent | e0daa86ce9791de963781f91e92ceb9aeb671909 (diff) | |
download | cpython-81520b0bed085c772aafeec53e9baa78292dc47b.zip cpython-81520b0bed085c772aafeec53e9baa78292dc47b.tar.gz cpython-81520b0bed085c772aafeec53e9baa78292dc47b.tar.bz2 |
merge 3.5
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/hashlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 8492422..769f96f 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -227,7 +227,7 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_. http://csrc.nist.gov/publications/fips/fips180-2/fips180-2.pdf The FIPS 180-2 publication on Secure Hash Algorithms. - http://en.wikipedia.org/wiki/Cryptographic_hash_function#Cryptographic_hash_algorithms + https://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. |