Crate spl_concurrent_merkle_tree

Source
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
Changelog implementation to keep track of information necessary to fast forward proofs
concurrent_merkle_tree
Core implementation of the concurrent merkle tree structure
error
Descriptive errors
hash
Hashing utils to support merkle tree operations
node
Node implementation and utils
path
Path implementation