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:
@@ -8,7 +8,7 @@ use algebra::{
|
||||
},
|
||||
BitIterator, Field, PrimeField,
|
||||
};
|
||||
use num_traits::One;
|
||||
use algebra::One;
|
||||
use std::{borrow::Borrow, marker::PhantomData};
|
||||
|
||||
use crate::{prelude::*, Assignment};
|
||||
|
||||
Reference in New Issue
Block a user