Module Hacl_star__Hacl.Blake2b_256
Vectorized BLAKE2b implementation, requiring 256-bit vector support
type bytes
= Hacl_star.SharedDefs.CBytes.t
val hash : ?key:bytes -> bytes -> int -> bytes
hash ?key msg size
hashesmsg
and returns a digest of lengthsize
. An optionalkey
argument can be passed for keyed hashing.
module Noalloc : sig ... end
Version of this function which writes its output in a buffer passed in as an argument