Brassaia_eio.Hashmodule type S = Hash_intf.SSignature for hash values.
module type Typed = Hash_intf.TypedSignature for typed hashes, where hash directly takes a value as argument and incremental hashing is not possible.
module Make_BLAKE2B (D : sig ... end) : SSignature for digest hashes, inspired by Digestif.
module Make_BLAKE2S (D : sig ... end) : SSignature for digest hashes, inspired by Digestif.
module Set : sig ... end