abstract class Crypto::ChaCha20::Cipher

Direct Known Subclasses

Defined in:

crypto/chacha20/cipher.cr

Instance Method Summary

Instance Method Detail

abstract def encrypt(plaintext : Bytes, encrypted : Bytes) : Nil #

[View source]
abstract def encrypt(plaintext : Bytes) : Bytes #

[View source]
abstract def next_key_block : StaticArray(UInt32, 16) #

[View source]
abstract def reset #

[View source]