-
I want to test my circuits and make sure they're correct without making real proofs. Some parts of the code reference a "proof level", but I wasn't able to find anything that does what I want. |
Beta Was this translation helpful? Give feedback.
Answered by
mrmr1993
Oct 31, 2023
Replies: 1 comment 1 reply
-
Pickles doesn't support that. You can see the use of the protocol-level flag here and here. You can use snarky's |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
L-as
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pickles doesn't support that. You can see the use of the protocol-level flag here and here.
You can use snarky's
check
, similar to how the prover does here, via this call if you want to test the non-recursive aspects of your circuit.