From: Matt Birkholz Date: Tue, 5 Jun 2018 06:44:29 +0000 (-0700) Subject: blowfish: typo in manual X-Git-Tag: mit-scheme-pucked-x11-0.3.1~6^2~12 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1a8f17b4e5bc3b135bac91836797341a071e6ea7;p=mit-scheme.git blowfish: typo in manual --- diff --git a/src/blowfish/mit-scheme-blowfish.texi b/src/blowfish/mit-scheme-blowfish.texi index a5c60699a..cfa88a732 100644 --- a/src/blowfish/mit-scheme-blowfish.texi +++ b/src/blowfish/mit-scheme-blowfish.texi @@ -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?