X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-md5%2Fsb-md5.texinfo;h=02a229792449e76c66d2c2a23a6d69ac1c440892;hb=93dd7df18bb1774e6620df84598122d8650127e5;hp=59858b294952b67602519ec8a6ee4da7743f09a5;hpb=91fa18ee11c81e3d0857d61b78ddc52e8e963d7b;p=sbcl.git diff --git a/contrib/sb-md5/sb-md5.texinfo b/contrib/sb-md5/sb-md5.texinfo index 59858b2..02a2297 100644 --- a/contrib/sb-md5/sb-md5.texinfo +++ b/contrib/sb-md5/sb-md5.texinfo @@ -3,9 +3,15 @@ @cindex Hashing, cryptographic The @code{sb-md5} module implements the RFC1321 MD5 Message Digest -Algorithm. +Algorithm. [FIXME cite] -@comment entry points / docstrings +@include fun-sb-md5-md5sum-file.texinfo + +@include fun-sb-md5-md5sum-sequence.texinfo + +@include fun-sb-md5-md5sum-stream.texinfo + +@include fun-sb-md5-md5sum-string.texinfo @subsection Credits @@ -17,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}