cargo fmt

This commit is contained in:
Eirik Ogilvie-Wigley 2019-08-20 22:22:03 -06:00
parent cff2e2f28d
commit bb11ef26e9
2 changed files with 0 additions and 19 deletions

View File

@ -1,13 +1,3 @@
#[cfg(feature = "multicore")]
extern crate crossbeam;
@ -21,10 +11,6 @@ extern crate hex_literal;
#[cfg(test)]
extern crate rand;
pub mod domain;
pub mod gadgets;
#[cfg(feature = "groth16")]

View File

@ -1,8 +1,3 @@
// For randomness (during paramgen and proof generation)
use rand::thread_rng;