package tezos-protocol-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Builds a new Hash type using Blake2B.

The parameters for creating a new Hash type using Make_Blake2B. Both name and title are only informative, used in error messages and serializers.

module type Name = sig ... end
module type PrefixedName = sig ... end
module Make (Register : sig ... end) (Name : PrefixedName) : S.HASH