diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:55:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-14 03:55:49 -0400 |
commit | 2d66f60f2a5a3ae9155a8a07a48a90b1b57e5557 (patch) | |
tree | 0650e899c0015d3e556847860da9d8212065ba4a /perl/perl-Crypt-Blowfish_PP/README | |
parent | d125ec1fecd9d1d9ec757f69fdffc77b18cb35c0 (diff) |
perl/perl-Crypt-Blowfish_PP: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'perl/perl-Crypt-Blowfish_PP/README')
-rw-r--r-- | perl/perl-Crypt-Blowfish_PP/README | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/perl/perl-Crypt-Blowfish_PP/README b/perl/perl-Crypt-Blowfish_PP/README index 560bff0077e9a..e674bbbda327b 100644 --- a/perl/perl-Crypt-Blowfish_PP/README +++ b/perl/perl-Crypt-Blowfish_PP/README @@ -1,8 +1,9 @@ Blowfish encryption algorithm implemented purely in Perl -The Crypt::Blowfish_PP module provides for users to use the Blowfish encryption -algorithm in perl. The implementation is entirely Object Oriented, as there is -quite a lot of context inherent in making blowfish as fast as it is. The key is -anywhere between 64 and 448 bits (8 and 56 bytes), and should be passed as a -packed string. The transformation itself is a 16-round Feistel Network, and -operates on a 64 bit block. +The Crypt::Blowfish_PP module provides for users to use the Blowfish +encryption algorithm in perl. The implementation is entirely Object +Oriented, as there is quite a lot of context inherent in making +blowfish as fast as it is. The key is anywhere between 64 and 448 +bits (8 and 56 bytes), and should be passed as a packed string. The +transformation itself is a 16-round Feistel Network, and operates on a +64 bit block. |