You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When verifying a proof, we rely on the Prover (a potentially malicious party in our case) to inform the Verifier about the correct number of the leaves in the tree. Trying to verify with an incorrect number causes a panic.
Can be reproduced by modifying a line in this example:
When verifying a proof, we rely on the Prover (a potentially malicious party in our case) to inform the Verifier about the correct number of the leaves in the tree. Trying to verify with an incorrect number causes a panic.
Can be reproduced by modifying a line in this example:
rs-merkle/src/merkle_proof.rs
Line 155 in 8ffa623
and changing the last arg to
leaves.len() + 100
The text was updated successfully, but these errors were encountered: