Commit 4dfad572 authored by Fred Drake's avatar Fred Drake

Add a reference to the sha module, noting that SHA is considered more

secure.  Suggested by Erno Kuusela <erno@iki.fi>.
parent b9fd468d
......@@ -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}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment