-
Hello All. I am trying to do a Merkle Proof verification in circuit but I can't seem to get it to work. Any help pointing out where I am going wrong would be awesome! Thanks in Advance!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured out my problem. I was building a "proof" tree instead of first building a tree of all my data, then building a proof tree at the index I was attempting to prove, and running that proofset in a circuit against the original tree root. |
Beta Was this translation helpful? Give feedback.
I figured out my problem. I was building a "proof" tree instead of first building a tree of all my data, then building a proof tree at the index I was attempting to prove, and running that proofset in a circuit against the original tree root.