Module EverCrypt.HKDF_SHA2_512
Multiplexing interface for HKDF using SHA2-512
type bytes= SharedDefs.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