clean up
This commit is contained in:
parent
a3d05f24e3
commit
116fd34fc9
2 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
use crate::traits::{Curve, Point};
|
use crate::traits::{Curve, Point};
|
||||||
use crypto_bigint::{AddMod, BitOps, ConstZero, Integer, InvertMod, MulMod, NonZero, SubMod, Uint, U448};
|
use crypto_bigint::{AddMod, BitOps, ConstZero, Integer, InvertMod, MulMod, NonZero, SubMod, U448};
|
||||||
use std::ops::Div;
|
use std::ops::Div;
|
||||||
use std::process::Output;
|
|
||||||
|
|
||||||
#[derive(Clone, Copy)]
|
#[derive(Clone, Copy)]
|
||||||
pub struct EdwardsCurve<N>
|
pub struct EdwardsCurve<N>
|
||||||
|
|
|
||||||
|
|
@ -10,8 +10,6 @@ pub use crypto_bigint::{Encoding, NonZero, U256};
|
||||||
|
|
||||||
use crate::traits::{Curve, Point};
|
use crate::traits::{Curve, Point};
|
||||||
use crypto_bigint::{Choice, CtEq, EncodedUint, Random};
|
use crypto_bigint::{Choice, CtEq, EncodedUint, Random};
|
||||||
#[cfg(feature = "rand")]
|
|
||||||
use crypto_bigint::rand_core::{CryptoRng, RngCore};
|
|
||||||
pub(crate) use montgomery::*;
|
pub(crate) use montgomery::*;
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy, Eq, PartialEq)]
|
#[derive(Debug, Clone, Copy, Eq, PartialEq)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue