Skip to content

Commit

Permalink
Remove Group import
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker committed May 7, 2023
1 parent 0263f26 commit 49a7b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ec/src/scalar_mul/glv.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::Group;
use crate::AdditiveGroup;
use crate::{
short_weierstrass::{Affine, Projective, SWCurveConfig},
CurveGroup,
Expand Down
5 changes: 1 addition & 4 deletions ec/src/scalar_mul/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ pub mod fixed_base;
pub mod variable_base;

use crate::PrimeGroup;
use crate::{
short_weierstrass::{Affine, Projective, SWCurveConfig},
Group,
};
use crate::short_weierstrass::{Affine, Projective, SWCurveConfig};
use ark_ff::Zero;
use ark_std::{
ops::{Add, AddAssign, Mul, Neg, Sub, SubAssign},
Expand Down

0 comments on commit 49a7b21

Please sign in to comment.