Skip to content

Commit

Permalink
chore: explicitly import CurveTrait for sub trait method
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Dec 20, 2024
1 parent 145da0a commit c7b8797
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test.nr
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use crate::bjj::BabyJubJubParams;
use crate::Curve;
use crate::scalar_field::ScalarField;

use crate::CurveTrait;
use ec::{consts::te::baby_jubjub, tecurve::affine::Point as TEPoint};

type BabyJubJub = Curve<BabyJubJubParams>;
Expand Down

0 comments on commit c7b8797

Please sign in to comment.