Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Jun 26, 2024
1 parent 1718ad9 commit 05af3c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion curve25519-dalek/src/scalar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ use core::ops::{Sub, SubAssign};
use cfg_if::cfg_if;

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

Expand Down

0 comments on commit 05af3c6

Please sign in to comment.