Module lambdaworks_crypto::merkle_tree::proof
source · Structs§
- Stores a merkle path to some leaf. Internally, the necessary hashes are stored from root to leaf in the
merkle_path
field, in such a way that, if the merkle tree is of heightn
, thei
-th element ofmerkle_path
is the sibling node in then - 1 - i
-th check when verifying.