Module mac

Available on crate feature dep_orion only.
Expand description

MACs (Message Authentication Code).

Modules§

blake2b
BLAKE2b as specified in the RFC 7693.
hmac
HMAC (Hash-based Message Authentication Code) as specified in the RFC 2104.
poly1305
Poly1305 as specified in the RFC 8439.