Skip to main content

Crate merkle_variants

Crate merkle_variants 

Source
Expand description

Merkle tree implementations for the MerkleForge workspace.

This crate will provide binary, sparse, and Patricia Merkle trees built on the shared abstractions from merkle-core and hash adapters from merkleforge-hash.

Re-exports§

pub use binary::BinaryMerkleTree;

Modules§

binary
Binary Merkle tree implementation.
patricia
Merkle Patricia trie implementation.
sparse
Sparse Merkle tree implementation.