Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Jun 28, 2021
1 parent 5bb7343 commit cfa660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/src/msm/variable_base/cuda.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

use snarkvm_curves::{
bls12_377::{Fq, Fr, G1Affine, G1Projective},
traits::{AffineCurve, ProjectiveCurve},
traits::{AffineCurve, Group, ProjectiveCurve},
};
use snarkvm_fields::{PrimeField, Zero};
use snarkvm_utilities::BitIteratorBE;
Expand Down

0 comments on commit cfa660a

Please sign in to comment.