oops
This commit is contained in:
parent
c9034ce333
commit
93df50e2fb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use std::str::FromStr;
|
||||||
use rand::thread_rng;
|
use rand::thread_rng;
|
||||||
use num_bigint::{BigInt, BigUint, RandBigInt, ToBigInt};
|
use num_bigint::{BigInt, BigUint, RandBigInt, ToBigInt};
|
||||||
use num_traits::{One, Zero};
|
use num_traits::{One, Zero};
|
||||||
use num_prime::{nt_funcs::is_prime};
|
use num_prime::nt_funcs::is_prime;
|
||||||
|
|
||||||
#[derive(Clone, Debug, PartialEq)]
|
#[derive(Clone, Debug, PartialEq)]
|
||||||
struct Key {
|
struct Key {
|
||||||
|
|
Loading…
Reference in a new issue