We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53575a9 commit 401610aCopy full SHA for 401610a
extensions/snark-verifier/tests/plonk.rs
@@ -268,9 +268,7 @@ fn test_plonk_zkvm() -> eyre::Result<()> {
268
BN254_MODULUS.clone(),
269
BN254_ORDER.clone(),
270
]))
271
- .ecc(EccExtension::new(vec![
272
- PairingCurve::Bn254.curve_config()
273
- ]))
+ .ecc(EccExtension::new(vec![PairingCurve::Bn254.curve_config()]))
274
.fp2(Fp2Extension::new(vec![BN254_MODULUS.clone()]))
275
.pairing(PairingExtension::new(vec![PairingCurve::Bn254]))
276
.build();
0 commit comments