Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Nov 27, 2024
1 parent c1a4c38 commit 5f54c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.nr
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ pub fn eddsa_to_pub(secret: Field) -> (Field, Field) {
}

mod tests {
use std::ec::consts::te::baby_jubjub;
use std::ec::tecurve::affine::Point as TEPoint;
use std::hash::poseidon::PoseidonHasher;
use std::hash::poseidon2::Poseidon2Hasher;

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

use super::{eddsa_to_pub, eddsa_verify};

#[test]
Expand Down

0 comments on commit 5f54c66

Please sign in to comment.