Expand description
High performance binary Merkle tree implementation in Rust.
Structs§
- Merkle
Tree - Flat, Fixed-Size, Read only Merkle Tree
- Sibling
Iter - Iterator over the sibling nodes of a leaf in the Merkle tree
- Unhashed
Merkle Tree - Merkle Tree without hashing the leaves
Enums§
- Node
Position - Indicates current node position relative to its sibling
Constants§
- INNER_
NODE_ PREFIX - Prefix byte to distinguish internal nodes from leaves when hashing.