From: Lutz Jänicke Date: Sat, 19 Feb 2005 10:25:55 +0000 (+0000) Subject: Fix type on blowfish manual page X-Git-Tag: OpenSSL_0_9_7f~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=126179aad098c6a5fc9d78588d34cb766e197e68;p=openssl Fix type on blowfish manual page PR: 1010 Submitted by: Marc Balmer --- diff --git a/doc/crypto/blowfish.pod b/doc/crypto/blowfish.pod index ed71334f56..5b2d274c15 100644 --- a/doc/crypto/blowfish.pod +++ b/doc/crypto/blowfish.pod @@ -32,7 +32,7 @@ by Counterpane (see http://www.counterpane.com/blowfish.html ). Blowfish is a block cipher that operates on 64 bit (8 byte) blocks of data. It uses a variable size key, but typically, 128 bit (16 byte) keys are -a considered good for strong encryption. Blowfish can be used in the same +considered good for strong encryption. Blowfish can be used in the same modes as DES (see L). Blowfish is currently one of the faster block ciphers. It is quite a bit faster than DES, and much faster than IDEA or RC2.