module
Crypto::Poly1305
Defined in:
crypto/poly1305.crcrypto/poly1305/mac.cr
Constant Summary
-
BLOCK_SIZE =
16
Constructors
Class Method Summary
- .auth(key : Bytes, message : Bytes) : Bytes
- .chacha20(key : Bytes, nonce : Bytes) : MAC
- .chacha20(cipher : ChaCha20::Cipher) : MAC