Migrate ff, group, pairing, and bellman to rand 0.6
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
use ff::{Field, PrimeField};
|
||||
use rand::{SeedableRng, XorShiftRng};
|
||||
use rand::SeedableRng;
|
||||
use rand_xorshift::XorShiftRng;
|
||||
|
||||
use {CurveAffine, CurveProjective, EncodedPoint};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user