Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rfc8439
v1.0.4
Crypto
AeadChacha20Poly1305
ChaCha20
Cipher
Default
Native
OpenSSL
Hex
Poly1305
Default
Fast
MAC
Native
OpenSSL
TagException
Rfc8439
Generated using Crystal 1.16.3
2026-03-03 20:02:50 UTC
abstract class
Crypto::
Poly1305::
MAC
Crypto::Poly1305::MAC
Reference
Object
Direct Known Subclasses
Crypto::Poly1305::Fast
Crypto::Poly1305::Native
Crypto::Poly1305::OpenSSL
Defined in:
crypto/poly1305/mac.cr
Instance Method Summary
#final
: Bytes
#key
: Bytes
#update
(msg : Bytes)
Instance Method Detail
abstract def
final
: Bytes
#
[
View source
]
abstract def
key
: Bytes
#
[
View source
]
abstract def
update
(msg : Bytes)
#
[
View source
]