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