mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-11 08:21:30 +01:00
Runs cargo fmt
This commit is contained in:
committed by
Pratyush Mishra
parent
98416f6b2e
commit
fb87c421e7
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user