Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit dc8bf37

Browse files
authored
fix: remove reference to std::ec (#6)
1 parent 7d10c0d commit dc8bf37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/consts/te.nr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use std::ec::tecurve::affine::Curve as TECurve;
2-
use std::ec::tecurve::affine::Point as TEPoint;
1+
use crate::tecurve::affine::Curve as TECurve;
2+
use crate::tecurve::affine::Point as TEPoint;
33

44
pub struct BabyJubjub {
55
pub curve: TECurve,

0 commit comments

Comments
 (0)