Expand description
Create and compare commits in an underlying merkle tree.
Structs
- Hash representation that provides a hexadecimal display.
- Pair of commit proofs.
- Represents a root hash and a proof of certain nodes.
- Encapsulates a Merkle tree and provides functions for generating and comparing proofs.
- Multi tree allows comparison between multiple trees each represented by a unique identifier.
- Information yielded after attempting synchronization.
Enums
- Relationship between two trees.
- The result of comparing two commit trees.
- Enumerates the kind set after synchronization was attempted.
Functions
- Build a commit tree from a event log file optionally verifying all the row checksums.
- Build a commit tree from a vault file optionally verifying all the row checksums.