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 7e8aaf9 commit 089e9a6Copy full SHA for 089e9a6
packages/crypto/benches/main.rs
@@ -160,8 +160,7 @@ where
160
for i in 0..=two_pow_max {
161
let n = 2_usize.pow(i); // the number of pairings on the left hand side
162
let k = n + 1; // the number of pairings in total
163
- let messages: &[ark_ec::short_weierstrass::Affine<ark_bls12_381::g2::Config>] =
164
- &messages[..n];
+ let messages = &messages[..n];
165
let keys = &public_keys[..n];
166
let aggregated_signature: G2Affine =
167
signatures[..n].iter().sum::<G2Projective>().into();
0 commit comments