Module type SharedDefs.HKDF
type bytes= CBytes.t
val extract : salt:bytes -> ikm:bytes -> bytesextract salt ikmcomputes a pseudorandom key using input key materialikmand saltsalt.
val expand : prk:bytes -> info:bytes -> size:int -> bytesexpand prk info sizeexpands the pseudorandom keyprk, taking the info stringinfointo account and returns a buffer ofsizebytes.
module Noalloc : sig ... endVersions of these functions which write their output in a buffer passed in as an argument