Module sha512

Available on crate feature dep_orion only.
Expand description

HKDF-HMAC-SHA512 (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 and expand to return a derived key.
expand
The HKDF expand step.
extract
The HKDF extract step.