Open Sidebar
Close Sidebar
rfc8439
main
Crypto
AeadChacha20Poly1305
ChaCha20
Cipher
Default
Native
OpenSSL
Hex
Poly1305
Default
Fast
MAC
Native
OpenSSL
TagException
Rfc8439
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
]