mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-07 14:31:34 +01:00
fix lint
This commit is contained in:
committed by
Pratyush Mishra
parent
2d081cd315
commit
febd2048ee
@@ -1,6 +1,6 @@
|
||||
use ark_ff::{Field, PrimeField};
|
||||
use ark_std::test_rng;
|
||||
use ark_serialize::{buffer_bit_byte_size, CanonicalSerialize};
|
||||
use ark_std::test_rng;
|
||||
use rand::Rng;
|
||||
|
||||
use crate::*;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
use ark_ff::{Field, PrimeField};
|
||||
use ark_std::test_rng;
|
||||
use ark_serialize::{buffer_bit_byte_size, CanonicalSerialize};
|
||||
use ark_std::test_rng;
|
||||
use rand::Rng;
|
||||
|
||||
use crate::*;
|
||||
|
||||
@@ -7,9 +7,9 @@ pub mod fields {
|
||||
use rand_xorshift::XorShiftRng;
|
||||
|
||||
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::test_rng;
|
||||
use ark_std::vec::Vec;
|
||||
|
||||
pub fn field_test<F, ConstraintF, AF>() -> Result<(), SynthesisError>
|
||||
|
||||
Reference in New Issue
Block a user