Function evercrypt::hkdf::expand [−][src]
Expand description
HKDF expand using hash function mode
, pre-key material prk
, info
, and output length okm_len
.
Returns the key material in a vector of length okm_len
.
HKDF expand using hash function mode
, pre-key material prk
, info
, and output length okm_len
.
Returns the key material in a vector of length okm_len
.