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

Skip to content

Commit db9a7bb

Browse files
committed
Give correct length of string.
1 parent 4d20654 commit db9a7bb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libmd5.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ \section{Built-in Module \sectcode{md5}}
5353

5454
\begin{funcdesc}{digest}{}
5555
Return the digest of the strings passed to the \code{update()}
56-
method so far. This is an 8-byte string which may contain
56+
method so far. This is an 16-byte string which may contain
5757
non-\ASCII{} characters, including null bytes.
5858
\end{funcdesc}
5959

Doc/libmd5.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ \section{Built-in Module \sectcode{md5}}
5353

5454
\begin{funcdesc}{digest}{}
5555
Return the digest of the strings passed to the \code{update()}
56-
method so far. This is an 8-byte string which may contain
56+
method so far. This is an 16-byte string which may contain
5757
non-\ASCII{} characters, including null bytes.
5858
\end{funcdesc}
5959

0 commit comments

Comments
 (0)