SharedFunctors.Make_HKDF_generic
module C : SharedDefs.Buffer
module Impl : sig ... end
type bytes = C.t
module Noalloc : sig ... end
val extract : salt:bytes -> ikm:bytes -> bytes
val expand : prk:bytes -> info:bytes -> size:int -> bytes