Module SharedFunctors.Make_HKDF

Parameters

Signature

type bytes = SharedDefs.CBytes.t
module Noalloc : sig ... end
val extract : salt:bytes -> ikm:bytes -> bytes
val expand : prk:bytes -> info:bytes -> size:int -> bytes