Replace implementations of Fq and Fr with derives
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user