summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libmd5.tex7
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}