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

secure.  Suggested by Erno Kuusela <erno@iki.fi>.
This commit is contained in:
Fred Drake 2000-09-14 21:47:32 +00:00
parent b9fd468ded
commit 4dfad57235
1 changed files with 7 additions and 0 deletions

View 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 efficiently compute the digests of strings that share a common initial
substring. substring.
\end{methoddesc} \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}