Skip to content

Commit 11a1021

Browse files
Update src/kzg10/mod.rs
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
1 parent 4a18d57 commit 11a1021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kzg10/mod.rs

+1-1
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)