Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Crypto::Blowfish
Inherits
Reference
/
Object
Constants
DEFAULT_ROUNDS = 16
Constructors
new
(rounds :
Int32
=
DEFAULT_ROUNDS
)
Source
Instance methods
decrypt_pair
(l :
UInt32
, r :
UInt32
) :
Tuple
(
UInt32
,
UInt32
)
Source
encrypt_pair
(l :
UInt32
, r :
UInt32
) :
Tuple
(
UInt32
,
UInt32
)
Source
expand_key
(key) :
Nil
Source