Crate ligerito_merkle

Crate ligerito_merkle 

Source
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§

batch

Structs§

CompleteMerkleTree
MerkleRoot

Functions§

build_merkle_tree
hash_leaf
hash_siblings
is_power_of_two
verify
Verify a batched Merkle proof (0-based indices)

Type Aliases§

Hash