Module SharedFunctors.Make_HKDF_generic

Parameters

Signature

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