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 8bcd0a8 commit 696f2a1Copy full SHA for 696f2a1
src/kzg10/mod.rs
@@ -293,7 +293,7 @@ where
293
}
294
let inner2 = vk.beta_h.into_projective() - &vk.h.mul(point);
295
296
- let pairing_prod_inputs: Vec<(E::G1Prepared, E::G2Prepared)> = vec![
+ let pairing_prod_inputs: [(E::G1Prepared, E::G2Prepared); 2] = [
297
((-inner).into_affine().into(), vk.h.into()),
298
(proof.w.into(), inner2.into_affine().into()),
299
];
0 commit comments