extract salt ikm prk
computes a pseudorandom key prk
using input key material ikm
and salt salt
.
val expand : prk:bytes -> info:bytes -> okm:bytes -> unit
expand prk info okm
expands the pseudorandom key prk
, taking the info string info
into account, and writes the output key material in okm
.