mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-24 08:08:51 +00:00
Add unnecessary imports to the Ed448 backend to enable publishing
Doesn't change dependencies.
This commit is contained in:
parent
d6a31863c4
commit
b97713aac7
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,9 @@ macro_rules! field {
|
||||||
|
|
||||||
use ff::{Field, PrimeField, FieldBits, PrimeFieldBits};
|
use ff::{Field, PrimeField, FieldBits, PrimeFieldBits};
|
||||||
|
|
||||||
|
// Needed to publish for some reason? Yet not actually needed
|
||||||
|
#[allow(unused_imports)]
|
||||||
|
use dalek_ff_group::{from_wrapper, math_op};
|
||||||
use dalek_ff_group::{constant_time, from_uint, math};
|
use dalek_ff_group::{constant_time, from_uint, math};
|
||||||
|
|
||||||
fn reduce(x: U1024) -> U512 {
|
fn reduce(x: U1024) -> U512 {
|
||||||
|
|
Loading…
Reference in a new issue