spl-concurrent-merkle-tree 0.1.3

Solana Program Library Concurrent Merkle Tree
Documentation

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]