Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Crypto::ChaCha20
Constants
BLOCK_SIZE = 64
Constructors
new
(key :
Bytes
, nonce :
Bytes
, counter :
UInt32
= 0_u32) :
Cipher
Source
new
(key :
String
, nonce :
String
, counter :
UInt32
= 0_u32) :
Cipher
Source
Nested types
Crypto::ChaCha20::Cipher
Crypto::ChaCha20::Default
Crypto::ChaCha20::Native
Crypto::ChaCha20::OpenSSL