Runs cargo fmt

This commit is contained in:
Kobi Gurkan
2019-10-21 14:18:35 +03:00
committed by Pratyush Mishra
parent 98416f6b2e
commit fb87c421e7
26 changed files with 284 additions and 240 deletions

View File

@@ -3,7 +3,7 @@ use rand;
#[macro_use]
extern crate criterion;
use algebra::{UniformRand, curves::edwards_bls12::EdwardsProjective as Edwards};
use algebra::{curves::edwards_bls12::EdwardsProjective as Edwards, UniformRand};
use criterion::Criterion;
use crypto_primitives::commitment::{pedersen::*, CommitmentScheme};