Module sha384
Available on crate feature
dep_orion
only.Expand description
HKDF-HMAC-SHA384 (HMAC-based Extract-and-Expand Key Derivation Function) as specified in the RFC 5869.
Structs§
- Tag
- A type to represent the
Tag
that HMAC returns.
Functions§
- derive_
key - Combine
extract
andexpand
to return a derived key. - expand
- The HKDF expand step.
- extract
- The HKDF extract step.