module Crypt_blowfish32:sig
..end
"Blowfish", created by Bruce Schneier, is a 64 bit block cipher, so the following applies:
module Cryptsystem:Cryptsystem_64.T
module Cryptmodes:Cryptmodes_64.T
with type key = Cryptsystem.key
- Blowfish is one of the fastest ciphers.
THIS VERSION OF BLOWFISH USES INT32 ARITHMETIC, AND IS EXPERIMENTAL.