Structs§
Functions§
- compute_
path - Computes the path from the leaf to the root using the provided proof.
- get_
merkle_ proof - Returns a Merkle proof for a specific leaf in the tree.
- hash_
left_ right - Hashes two hashes together, ensuring a consistent order.
- hash_
pairs - Hashes pairs of hashes together, returning a new vector of hashes.
- verify
- Verifies that a given merkle root contains the leaf using the provided proof.