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
Hi all,
I used your sample Circom code, circom_full_flow.rs, for my Circom circuit. I made modifications to the R1CS and WASM files, updated the external inputs, and changed z_0. While the code successfully generates proofs for each step, it fails to verify the final IVC proof. My circuit functions correctly in Circom, and I can successfully verify it with the same inputs using snarkjs.
Could you please help me troubleshoot this issue?
Just solved it after posting the issue! I was using different variable names instead of ivc_input and didn’t realize it had to be exactly that for it to work.
Hi all,
I used your sample Circom code,
circom_full_flow.rs
, for my Circom circuit. I made modifications to the R1CS and WASM files, updated the external inputs, and changedz_0
. While the code successfully generates proofs for each step, it fails to verify the final IVC proof. My circuit functions correctly in Circom, and I can successfully verify it with the same inputs usingsnarkjs
.Could you please help me troubleshoot this issue?
The text was updated successfully, but these errors were encountered: