mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-02-05 01:56:41 +01:00
Upgrade to work with latest ark-ff (#90)
Co-authored-by: Sun <huachuang20@gmail.com> Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
This commit is contained in:
@@ -129,7 +129,7 @@ mod tests {
|
||||
|
||||
fn test_query_coset_template<F: PrimeField>() {
|
||||
const COSET_DIM: u64 = 7;
|
||||
const COSET_SIZE: usize = 1 << COSET_DIM;
|
||||
const COSET_SIZE: u64 = 1 << COSET_DIM;
|
||||
const LOCALIZATION: u64 = 3;
|
||||
let cs = ConstraintSystem::new_ref();
|
||||
let mut rng = test_rng();
|
||||
|
||||
Reference in New Issue
Block a user