diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-06 18:59:43 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-06 18:59:43 (GMT) |
commit | a20c265abaa6e0c40ab955f74dab7b2f43cd2fbc (patch) | |
tree | 48dae501f73005466b7962a63dcc774078025402 /Doc | |
parent | ba5c41d4c5ef5cea34892273f8fac908befbb436 (diff) | |
download | cpython-a20c265abaa6e0c40ab955f74dab7b2f43cd2fbc.zip cpython-a20c265abaa6e0c40ab955f74dab7b2f43cd2fbc.tar.gz cpython-a20c265abaa6e0c40ab955f74dab7b2f43cd2fbc.tar.bz2 |
Added an additional link to NIST information on secure hashing.
This closes SF bug #458785.
Diffstat (limited to 'Doc')
-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 2c732d9..ca1aac4 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} |