Skip to content

Commit 696f2a1

Browse files
Update src/kzg10/mod.rs
Co-authored-by: Pratyush Mishra <[email protected]>
1 parent 8bcd0a8 commit 696f2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kzg10/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ where
293293
}
294294
let inner2 = vk.beta_h.into_projective() - &vk.h.mul(point);
295295

296-
let pairing_prod_inputs: Vec<(E::G1Prepared, E::G2Prepared)> = vec![
296+
let pairing_prod_inputs: [(E::G1Prepared, E::G2Prepared); 2] = [
297297
((-inner).into_affine().into(), vk.h.into()),
298298
(proof.w.into(), inner2.into_affine().into()),
299299
];

0 commit comments

Comments
 (0)