Skip to content

Commit

Permalink
rebase fixes for change collision
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Jun 26, 2024
1 parent 12ff8a9 commit 4bddb0e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions curve25519-dalek/src/scalar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@ use core::ops::{Sub, SubAssign};
use cfg_if::cfg_if;

#[cfg(feature = "group")]
use group::ff::{
helpers::{sqrt_ratio_generic, sqrt_tonelli_shanks},
Field, FromUniformBytes, PrimeField,
};
use group::ff::{Field, FromUniformBytes, PrimeField};
#[cfg(feature = "group-bits")]
use group::ff::{FieldBits, PrimeFieldBits};

Expand Down

0 comments on commit 4bddb0e

Please sign in to comment.