Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4dfad57

Browse files
committed
Add a reference to the sha module, noting that SHA is considered more
secure. Suggested by Erno Kuusela <[email protected]>.
1 parent b9fd468 commit 4dfad57

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Doc/lib/libmd5.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,10 @@ \section{\module{md5} ---
7070
efficiently compute the digests of strings that share a common initial
7171
substring.
7272
\end{methoddesc}
73+
74+
75+
\begin{seealso}
76+
\seemodule{sha}{Similar module implementing the Secure Hash
77+
Algorithm (SHA). The SHA algorithm is considered a
78+
more secure hash.}
79+
\end{seealso}

0 commit comments

Comments
 (0)