package tezos-hacl-glue

  1. Overview
  2. Docs
type t
type hash =
  1. | Hash of Bytes.t
val direct : ?key:Bytes.t -> Bytes.t -> int -> hash

direct ?key inbuf len is the Blake2b hash of length len, using key if present.