Fix make-array transforms.
[sbcl.git] / contrib / sb-md5 / sb-md5.texinfo
index 5de3f57..02a2297 100644 (file)
@@ -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}