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
module Make_minimal (Name : Name) : S.MINIMAL_HASH
Builds a new Hash type using Blake2B.
module type Register = sig ... end