diff options
Diffstat (limited to 'Doc/lib/libsha.tex')
-rw-r--r-- | Doc/lib/libsha.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsha.tex b/Doc/lib/libsha.tex index 1b1ce5077a..17ed3e9604 100644 --- a/Doc/lib/libsha.tex +++ b/Doc/lib/libsha.tex @@ -11,7 +11,7 @@ algorithm,\index{Secure Hash Algorithm} known as SHA. It is used in the same way as the \refmodule{md5} module:\ use the \function{new()} to create an sha object, then feed this object with arbitrary strings using the \method{update()} method, and at any point you can ask it -for the \dfn{digest} of the contatenation of the strings fed to it +for the \dfn{digest} of the concatenation of the strings fed to it so far.\index{checksum!SHA} SHA digests are 160 bits instead of 128 bits. |