mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
Add unnecessary imports to the Ed448 backend to enable publishing
Doesn't change dependencies.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user