We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a7044 commit 19af490Copy full SHA for 19af490
1 file changed
batcher/aligned-batcher/src/gnark/mod.rs
@@ -47,7 +47,7 @@ pub fn verify_gnark(
47
ProvingSystemId::Groth16Bn254 => unsafe {
48
VerifyGroth16ProofBN254(proof, public_input, verification_key)
49
},
50
- _ => panic!("Unsupported proving system"),
+ _ => false,
51
}
52
53
0 commit comments