Module Make.Blake2B

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

Builds a new Hash type using Blake2B.

module type Register = sig ... end