module
Crypto::ChaCha20
Defined in:
crypto/chacha20.crcrypto/chacha20/cipher.cr
Constant Summary
-
BLOCK_SIZE =
64
Constructors
- .new(key : Bytes, nonce : Bytes, counter : UInt32 = 0_u32) : Cipher
- .new(key : String, nonce : String, counter : UInt32 = 0_u32) : Cipher