]> granicus.if.org Git - python/commitdiff
Add a reference to the sha module, noting that SHA is considered more
authorFred Drake <fdrake@acm.org>
Thu, 14 Sep 2000 21:47:32 +0000 (21:47 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Sep 2000 21:47:32 +0000 (21:47 +0000)
secure.  Suggested by Erno Kuusela <erno@iki.fi>.

Doc/lib/libmd5.tex

index 7400a2e1fe737dd181f795ca8c5faecda060c823..cf35c8c560662c9fe9a2d6544c3404f07279209c 100644 (file)
@@ -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}