mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-12 00:41:32 +01:00
num_traits:: -> algebra::
This commit is contained in:
@@ -60,7 +60,7 @@ mod test {
|
||||
// use rand;
|
||||
use crate::test_constraint_system::TestConstraintSystem;
|
||||
use algebra::{BitIterator, Field};
|
||||
use num_traits::One;
|
||||
use algebra::One;
|
||||
use r1cs_core::ConstraintSystem;
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user