Module merkle_search_tree::digest
source · Expand description
Hash function abstraction & digest types.
Modules
- A default
Hasherimplementation backed bySipHasher24.
Structs
- A variable bit length digest, output from a
Hasherimplementation. - The root hash of a
MerkleSearchTree, representative of the state of the tree. - Type wrapper over a
Digestof a tree value, for readability / clarity / compile-time safety.
Traits
- A hash function outputting a fixed-length digest of
Nbytes.