Expand description
Merkle tree with batch opening support Matches the Julia BatchedMerkleTree implementation
Re-exports§
pub use batch::BatchedMerkleProof;pub use batch::prove_batch;pub use batch::verify_batch;
Modules§
Structs§
Functions§
- build_
merkle_ tree - hash_
leaf - hash_
siblings - is_
power_ of_ two - verify
- Verify a batched Merkle proof (0-based indices)