Expand description

Concurrent Merkle Tree

This crate is a Solana-optimized implementation of the concurrent merkle tree data structure introduced in this whitepaper

The core implementation of CMT can be found in concurrent_merkle_tree

Modules

Changelog implementation to keep track of information necessary to fast forward proofs
Core implementation of the concurrent merkle tree structure
Descriptive errors
Hashing utils to support merkle tree operations
Node implementation and utils
Path implementation