Replace implementations of Fq and Fr with derives

This commit is contained in:
Jack Grigg
2018-07-02 06:57:05 +01:00
parent d9d711ebb7
commit a9d8079c2a
4 changed files with 22 additions and 1365 deletions

View File

@@ -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]