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§
- Hmac
Sha256 - HMAC-SHA256 streaming state.
- Secret
Key - A type to represent the
SecretKey
that HMAC uses for authentication. - Tag
- A type to represent the
Tag
that HMAC returns.