Miscellaneous cleanups for threaded darwin platforms
[sbcl.git] / contrib / sb-md5 / sb-md5.texinfo
index 59858b2..02a2297 100644 (file)
@@ -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}