Module sodiumoxide::crypto::onetimeauth::poly1305
[−]
[src]
crypto_onetimeauth_poly1305
, an authenticator specified
in Cryptography in NaCl, Section 9. This
authenticator is proven to meet the standard notion of unforgeability after a
single message.
Structs
Key |
Authentication |
Tag |
Authentication |
Constants
KEYBYTES |
Number of bytes in a |
TAGBYTES |
Number of bytes in a |
Functions
authenticate |
|
gen_key |
|
verify |
|