From 4dfad5723523501a86c76915955ca9ba05a534c5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 14 Sep 2000 21:47:32 +0000 Subject: Add a reference to the sha module, noting that SHA is considered more secure. Suggested by Erno Kuusela . --- Doc/lib/libmd5.tex | 7 +++++++ 1 file changed, 7 insertions(+) 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} -- cgit v0.12