Skip to main content

Module hkdf

Module hkdf 

Available on crate features boring and crypto and std only.
Expand description

HKDF extraction and expansion (RFC 5869).

Functions§

expand
Expand a pseudorandom key, with at most 255 digest-sized blocks of output.
extract
Extract a pseudorandom key into a digest-sized output buffer.