mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-08 23:11:29 +01:00
Change test_rng import to ark-std
This commit is contained in:
committed by
Pratyush Mishra
parent
b17b17efcc
commit
530d618cca
@@ -1,5 +1,6 @@
|
||||
use ark_ec::{AffineCurve, PairingEngine, ProjectiveCurve};
|
||||
use ark_ff::{test_rng, Field, One, PrimeField};
|
||||
use ark_ff::{Field, One, PrimeField};
|
||||
use ark_std::test_rng;
|
||||
use rand::Rng;
|
||||
|
||||
use crate::*;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
use ark_ff::{test_rng, Field, PrimeField};
|
||||
use ark_ff::{Field, PrimeField};
|
||||
use ark_std::test_rng;
|
||||
use ark_serialize::{buffer_bit_byte_size, CanonicalSerialize};
|
||||
use rand::Rng;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user