verkle-tree 0.1.0

A Rust implementation of Verkle Trees, a powerful upgrade to Merkle Trees that offers improved efficiency and reduced proof sizes. This crate provides a robust, performant, and easy-to-use library for creating, manipulating, and verifying Verkle Trees.
Documentation
1
2
3
pub use verkle_tree::{VerkleTree, VerkleProof};
mod verkle_tree;
mod verkle_tree_test;