∂
Summary of Bug
The README for the merkle tree example in the R1CS tutorial incorrectly states that it will show how to invoke a SNARK when actually the example is only about generating the constraints and verifying satisfiability directly using the witness input itself. This is confusing for beginners trying to learn arkworks.
Version
commit 5d3a902
Steps to Reproduce
Compare the README to the example code.