Skip to content

Commit

Permalink
small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Sep 3, 2024
1 parent bd4cd72 commit f8c3276
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cryptography/bls12_381/src/fixed_base_msm_pippenger.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use blstrs::G1Affine;
use blstrs::G1Projective;
use blstrs::Scalar;
use ff::Field;
use ff::PrimeField;
use group::Group;

Expand All @@ -11,7 +10,6 @@ use crate::G1Point;
#[derive(Debug, Clone)]
pub struct FixedBaseMSMPippenger {
precomputed_points: Vec<G1Affine>,
number_of_windows: usize,
window_size: usize,
}

Expand All @@ -24,7 +22,6 @@ impl FixedBaseMSMPippenger {

FixedBaseMSMPippenger {
precomputed_points,
number_of_windows,
window_size,
}
}
Expand Down

0 comments on commit f8c3276

Please sign in to comment.