From: Lutz Jänicke Date: Mon, 21 Jan 2002 18:01:46 +0000 (+0000) Subject: Typos (jsyn ). X-Git-Tag: OpenSSL-engine-0_9_6c^2^2~85 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=6ce46d69f5d940b07e8f4f191121546c3f33ada6 Typos (jsyn ). --- diff --git a/doc/crypto/blowfish.pod b/doc/crypto/blowfish.pod index 65b8be388c..ed71334f56 100644 --- a/doc/crypto/blowfish.pod +++ b/doc/crypto/blowfish.pod @@ -27,7 +27,7 @@ BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options - Blowfish encryption =head1 DESCRIPTION -This library implements the Blowfish cipher, which is invented and described +This library implements the Blowfish cipher, which was invented and described by Counterpane (see http://www.counterpane.com/blowfish.html ). Blowfish is a block cipher that operates on 64 bit (8 byte) blocks of data. @@ -57,7 +57,7 @@ for the same message. B may be initialized with anything, but the recipient needs to know what it was initialized with, or it won't be able to decrypt. Some programs and protocols simplify this, like SSH, where B is simply initialized to zero. -BF_cbc_encrypt() operates of data that is a multiple of 8 bytes long, while +BF_cbc_encrypt() operates on data that is a multiple of 8 bytes long, while BF_cfb64_encrypt() and BF_ofb64_encrypt() are used to encrypt an variable number of bytes (the amount does not have to be an exact multiple of 8). The purpose of the latter two is to simulate stream ciphers, and therefore, they