diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-06 18:59:43 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-06 18:59:43 +0000 |
commit | a20c265abaa6e0c40ab955f74dab7b2f43cd2fbc (patch) | |
tree | 48dae501f73005466b7962a63dcc774078025402 | |
parent | ba5c41d4c5ef5cea34892273f8fac908befbb436 (diff) | |
download | cpython-git-a20c265abaa6e0c40ab955f74dab7b2f43cd2fbc.tar.gz |
Added an additional link to NIST information on secure hashing.
This closes SF bug #458785.
-rw-r--r-- | Doc/lib/libsha.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/lib/libsha.tex b/Doc/lib/libsha.tex index 2c732d9a33..ca1aac49a1 100644 --- a/Doc/lib/libsha.tex +++ b/Doc/lib/libsha.tex @@ -75,4 +75,8 @@ substring. available online as plain text (at least one diagram was omitted) and as PDF at \url{http://csrc.nist.gov/publications/fips/fips180-1/fip180-1.pdf}.} + + \seetitle[http://csrc.nist.gov/encryption/tkhash.html] + {Cryptographic Toolkit (Secure Hashing)} + {Links from NIST to various information on secure hashing.} \end{seealso} |