Skip to main content

Module hkdf

Module hkdf 

Source
Expand description

hkdf base-secret import (RFC 5869).

This module mints no keys and runs no derivation: it imports the input keying material that hkdf_sha2 and hkdf_sha1 parameterize into DeriveInputs.

Functions§

import_ikm
Import input keying material.
unwrap_ikm
Mint input keying material from unwrapped bytes, subject to import_ikm’s contract. Consumes the UnwrapInput.