Module sha256

Available on crate feature dep_orion only.
Expand description

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

Structs§

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