mirror of https://github.com/python/cpython
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:
parent
b9fd468ded
commit
4dfad57235
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue