From: Fred Drake Date: Thu, 14 Sep 2000 21:47:32 +0000 (+0000) Subject: Add a reference to the sha module, noting that SHA is considered more X-Git-Tag: v2.0b2~317 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dfad5723523501a86c76915955ca9ba05a534c5;p=thirdparty%2FPython%2Fcpython.git Add a reference to the sha module, noting that SHA is considered more secure. Suggested by Erno Kuusela . --- diff --git a/Doc/lib/libmd5.tex b/Doc/lib/libmd5.tex index 7400a2e1fe73..cf35c8c56066 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}