diff --git a/algorithms/src/msm/variable_base/cuda.rs b/algorithms/src/msm/variable_base/cuda.rs index 78df60733f..34e3f69c7d 100644 --- a/algorithms/src/msm/variable_base/cuda.rs +++ b/algorithms/src/msm/variable_base/cuda.rs @@ -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;