diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-14 21:47:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-14 21:47:32 (GMT) |
commit | 4dfad5723523501a86c76915955ca9ba05a534c5 (patch) | |
tree | 222138d3b2131372c459cafd610053be41ed9d93 | |
parent | b9fd468ded2495e099cbe29d34a82fa1d4dd3c7e (diff) | |
download | cpython-4dfad5723523501a86c76915955ca9ba05a534c5.zip cpython-4dfad5723523501a86c76915955ca9ba05a534c5.tar.gz cpython-4dfad5723523501a86c76915955ca9ba05a534c5.tar.bz2 |
Add a reference to the sha module, noting that SHA is considered more
secure. Suggested by Erno Kuusela <erno@iki.fi>.
-rw-r--r-- | Doc/lib/libmd5.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/lib/libmd5.tex b/Doc/lib/libmd5.tex index 7400a2e..cf35c8c 100644 --- a/Doc/lib/libmd5.tex +++ b/Doc/lib/libmd5.tex @@ -70,3 +70,10 @@ Return a copy (``clone'') of the md5 object. This can be used to efficiently compute the digests of strings that share a common initial substring. \end{methoddesc} + + +\begin{seealso} + \seemodule{sha}{Similar module implementing the Secure Hash + Algorithm (SHA). The SHA algorithm is considered a + more secure hash.} +\end{seealso} |