Skip to content

Commit

Permalink
fix: remove reference to std::ec
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 25, 2024
1 parent 7d10c0d commit 5f96e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/consts/te.nr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::ec::tecurve::affine::Curve as TECurve;
use std::ec::tecurve::affine::Point as TEPoint;
use crate::tecurve::affine::Curve as TECurve;
use crate::tecurve::affine::Point as TEPoint;

pub struct BabyJubjub {
pub curve: TECurve,
Expand Down

0 comments on commit 5f96e35

Please sign in to comment.