mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 07:21:30 +01:00
Change test_rng import to ark-std
This commit is contained in:
committed by
Pratyush Mishra
parent
b17b17efcc
commit
530d618cca
@@ -6,7 +6,8 @@ pub mod fields {
|
||||
use rand::{self, SeedableRng};
|
||||
use rand_xorshift::XorShiftRng;
|
||||
|
||||
use ark_ff::{test_rng, BitIteratorLE, Field, UniformRand};
|
||||
use ark_ff::{BitIteratorLE, Field, UniformRand};
|
||||
use ark_std::test_rng;
|
||||
use ark_r1cs_std::prelude::*;
|
||||
use ark_relations::r1cs::{ConstraintSystem, SynthesisError};
|
||||
use ark_std::vec::Vec;
|
||||
|
||||
Reference in New Issue
Block a user