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
SecretKeythat HMAC uses for authentication. - Tag
- A type to represent the
Tagthat HMAC returns.