Skip to main content
Platform:
Module hkdf
rama
0.5.0
Module hkdf
Module Items
Functions
In rama::
crypto::
dep::
boring
rama
::
crypto
::
dep
::
boring
Module
hkdf
Copy item path
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.