package tezos-crypto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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.