Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Eirik Ogilvie-Wigley committed Aug 21, 2019
1 parent cff2e2f commit bb11ef2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
14 changes: 0 additions & 14 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@










#[cfg(feature = "multicore")]
extern crate crossbeam;

Expand All @@ -21,10 +11,6 @@ extern crate hex_literal;
#[cfg(test)]
extern crate rand;





pub mod domain;
pub mod gadgets;
#[cfg(feature = "groth16")]
Expand Down
5 changes: 0 additions & 5 deletions tests/mimc.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@





// For randomness (during paramgen and proof generation)
use rand::thread_rng;

Expand Down

0 comments on commit bb11ef2

Please sign in to comment.