mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-Crypt-Blowfish_PP: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
d125ec1fec
commit
2d66f60f2a
1 changed files with 7 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue