Skip to content

Commit

Permalink
Replace implementations of Fq and Fr with derives
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed Jul 2, 2018
1 parent d9d711e commit a9d8079
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1,365 deletions.
2 changes: 1 addition & 1 deletion benches/bls12_381/fr.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use rand::{Rand, SeedableRng, XorShiftRng};

use ff::{Field, PrimeField, PrimeFieldRepr, SqrtField};
use ff::{Field, PrimeField, PrimeFieldRepr};
use pairing::bls12_381::*;

#[bench]
Expand Down
Loading

0 comments on commit a9d8079

Please sign in to comment.