Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Achim Schneider committed Nov 30, 2022
1 parent cf59353 commit ebe10d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-templates/src/msm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use ark_ec::{
ScalarMul,
};
use ark_ff::{PrimeField, UniformRand};
use ark_std::{borrow::Borrow, iterable::Iterable, vec::Vec};
use ark_std::vec::Vec;


fn naive_var_base_msm<G: ScalarMul>(bases: &[G::MulBase], scalars: &[G::ScalarField]) -> G {
Expand Down

0 comments on commit ebe10d9

Please sign in to comment.