Module sha512

Available on crate feature dep_orion only.
Expand description

HMAC-SHA512 (Hash-based Message Authentication Code) as specified in the RFC 2104.

Structs§

HmacSha512
HMAC-SHA512 streaming state.
SecretKey
A type to represent the SecretKey that HMAC uses for authentication.
Tag
A type to represent the Tag that HMAC returns.