abstract class
Crypto::ChaCha20::Cipher
- Crypto::ChaCha20::Cipher
- Reference
- Object
Direct Known Subclasses
Defined in:
crypto/chacha20/cipher.crInstance Method Summary
- #encrypt(plaintext : Bytes, encrypted : Bytes) : Nil
- #encrypt(plaintext : Bytes) : Bytes
- #next_key_block : StaticArray(UInt32, 16)
- #reset