blowfish: typo in manual
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 5 Jun 2018 06:44:29 +0000 (23:44 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 5 Jun 2018 07:44:00 +0000 (00:44 -0700)
src/blowfish/mit-scheme-blowfish.texi

index a5c60699a955d4c1f2d284d7f32b67d31123b5af..cfa88a7325b104441f90d413efbc92799ef90fda 100644 (file)
@@ -79,8 +79,8 @@ decryption phase.
 
 @deffn Procedure blowfish-set-key bytes
 Generate a Blowfish key from @var{bytes}, which must be 72 bytes or
-less in length.  For text keys (strings), apply @code{md5} to the
-string, and use the digest for @var{bytes}.
+less in length.  For text keys (strings), apply @code{md5-string}
+and use the digest for @var{bytes}.
 @end deffn
 
 @deffn Procedure blowfish-ecb input output key encyrpt?