class Crypto::Blowfish inherits Reference ¶ Constants¶ DEFAULT_ROUNDS = 16 ¶ Class methods¶ .new(rounds = DEFAULT_ROUNDS) ¶ View source Methods¶ #decrypt_pair(l : UInt32, r : UInt32) ¶ View source #encrypt_pair(l : UInt32, r : UInt32) ¶ View source #expand_key(key) ¶ View source