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
Are there any instructions regarding determining failed verifications? I suppose that "halo2_proofs::plonk::verify_proof" should return "false", right?
I am running into a case where "single-verify" panicked due to [Result::unwrap() on an Err value: ConstraintSystemFailure', src/cli/exec.rs:354:6]. Does this indicate a failed verification or something else?
The text was updated successfully, but these errors were encountered:
Are there any instructions regarding determining failed verifications? I suppose that "halo2_proofs::plonk::verify_proof" should return "false", right?
I am running into a case where "single-verify" panicked due to [
Result::unwrap()
on anErr
value: ConstraintSystemFailure', src/cli/exec.rs:354:6]. Does this indicate a failed verification or something else?The text was updated successfully, but these errors were encountered: