Update r1cs-std tests

This commit is contained in:
Pratyush Mishra
2019-08-12 17:41:23 -07:00
parent e00d667330
commit c610ecbcc5
8 changed files with 9 additions and 25 deletions

View File

@@ -215,10 +215,7 @@ pub trait FieldGadget<F: Field, ConstraintF: Field>:
mod test {
use rand::{self, thread_rng, Rand, SeedableRng, XorShiftRng};
use super::FieldGadget;
use crate::{
bits::boolean::Boolean, test_constraint_system::TestConstraintSystem, utils::AllocGadget,
};
use crate::{prelude::*, test_constraint_system::TestConstraintSystem};
use algebra::{fields::Field, BitIterator};
use r1cs_core::ConstraintSystem;