W3cubDocs

/Crystal

class Crypto::Blowfish

Defined in:

crypto/blowfish.cr

Constant Summary

DEFAULT_ROUNDS = 16

Constructors

Instance Method Summary

Constructor Detail

def self.new(rounds = DEFAULT_ROUNDS)Source

Instance Method Detail

def decrypt_pair(l : UInt32, r : UInt32)Source

def encrypt_pair(l : UInt32, r : UInt32)Source

def expand_key(key)Source

© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/Crypto/Blowfish.html