Module Hacl.Blake2b

type t = Stdlib.Bytes.t
type hash =
  1. | Hash of Stdlib.Bytes.t
val direct : ?key:Hacl_star.Hacl.Blake2b_256.bytes -> Hacl_star.Hacl.Blake2b_256.bytes -> int -> hash