mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
This is Crypt::Blowfish, an XS-based implementation of the Blowfish
|
|
cryptography algorithm designed by Bruce Schneier. It's designed
|
|
to take full advantage of Crypt::CBC when desired. Blowfish keys
|
|
may be up to 448 bits (56 bytes) long.
|
|
|
|
Suggests to have Crypt::CBC module installed.
|