Expand description
Create and compare commits in an underlying merkle tree.
Structs§
- Commit
Hash - Hash representation that provides a hexadecimal display.
- Commit
Proof - Represents a root hash and a proof of certain nodes.
- Commit
State - Commit state combines the last commit hash with a commit proof.
- Commit
Tree - Encapsulates a Merkle tree and provides functions for generating and comparing proofs.
Enums§
- Comparison
- The result of comparing two commit trees.
Constants§
- ZERO
- Commit hash of zeroes.
Type Aliases§
- Tree
Hash - Type for an Sha256 commit tree hash.