Skip to content

Commit

Permalink
unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
burdges committed Apr 8, 2019
1 parent d5d6a35 commit d95b737
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/single.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! https://github.com/poanetwork/hbbft/blob/38178af1244ddeca27f9d23750ca755af6e886ee/src/crypto/serde_impl.rs#L95

use pairing::{CurveAffine, CurveProjective, Field}; // Engine, PrimeField, SqrtField
use rand::{Rand, Rng, thread_rng};
use rand::{Rng, thread_rng};
// use rand::prelude::*; // ThreadRng,thread_rng
// use rand_chacha::ChaChaRng;

Expand Down
1 change: 0 additions & 1 deletion src/verifiers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::collections::HashMap;
// use std::hash::Hash; // Hasher

use pairing::{CurveAffine, CurveProjective}; // Engine, Field, PrimeField, SqrtField
use rand::{Rand, Rng};

use super::*;

Expand Down

0 comments on commit d95b737

Please sign in to comment.