X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-md5%2Fsb-md5.texinfo;h=02a229792449e76c66d2c2a23a6d69ac1c440892;hb=24ecee137a93b3f769d1aa04589a5c9b0e76ea66;hp=5de3f571c67d95a6a93ca67261b4a4c17c37cf18;hpb=b93f08e862504964f907b745e80cba816e77ac03;p=sbcl.git diff --git a/contrib/sb-md5/sb-md5.texinfo b/contrib/sb-md5/sb-md5.texinfo index 5de3f57..02a2297 100644 --- a/contrib/sb-md5/sb-md5.texinfo +++ b/contrib/sb-md5/sb-md5.texinfo @@ -3,7 +3,7 @@ @cindex Hashing, cryptographic The @code{sb-md5} module implements the RFC1321 MD5 Message Digest -Algorithm. +Algorithm. [FIXME cite] @include fun-sb-md5-md5sum-file.texinfo @@ -11,6 +11,8 @@ Algorithm. @include fun-sb-md5-md5sum-stream.texinfo +@include fun-sb-md5-md5sum-string.texinfo + @subsection Credits The implementation for CMUCL was largely done by Pierre Mai, with help @@ -21,5 +23,5 @@ Following this, SBCL's compiler was extended to implement efficient compilation of modular arithmetic (@pxref{Modular arithmetic}), which enabled the implementation to be expressed in portable arithmetical terms, apart from the use of @code{rotate-byte} for bitwise rotation. -@findex rotate-byte +@findex @sbrotatebyte{rotate-byte}