extract salt ikm
is prk
, the pseudorandom key of hash length octets. The salt
is an optional non-secret random value, ikm
the input key material.
Hkdf.Make
module H : Mirage_crypto.Hash.S
extract salt ikm
is prk
, the pseudorandom key of hash length octets. The salt
is an optional non-secret random value, ikm
the input key material.