Update to latest rustfmt

This commit is contained in:
Sean Bowe
2018-05-17 11:59:20 -06:00
parent e4143a4bbc
commit da5f1d3e37
17 changed files with 57 additions and 49 deletions

View File

@@ -1,13 +1,13 @@
mod fq;
mod fr;
mod fq2;
mod fq12;
mod ec;
mod fq;
mod fq12;
mod fq2;
mod fr;
use rand::{Rand, SeedableRng, XorShiftRng};
use pairing::{CurveAffine, Engine};
use pairing::bls12_381::*;
use pairing::{CurveAffine, Engine};
#[bench]
fn bench_pairing_g1_preparation(b: &mut ::test::Bencher) {