From 1a8f17b4e5bc3b135bac91836797341a071e6ea7 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Mon, 4 Jun 2018 23:44:29 -0700 Subject: [PATCH] blowfish: typo in manual --- src/blowfish/mit-scheme-blowfish.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? -- 2.25.1