package tezos-base

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
type hash =
  1. | Hash of Stdlib.Bytes.t
val direct : ?key:Stdlib.Bytes.t -> Stdlib.Bytes.t -> int -> hash

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

OCaml

Innovation. Community. Security.