mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 09:43:09 +00:00
quick fix
This commit is contained in:
parent
8438d23937
commit
a74fce0196
@ -38,7 +38,7 @@ mod tests {
|
||||
let generator = F::primitive_root_of_unity(SUBGROUP_BITS);
|
||||
let subgroup_size = 1 << SUBGROUP_BITS;
|
||||
|
||||
let shifts = get_unique_coset_shifts::<F>(SUBGROUP_BITS, NUM_SHIFTS);
|
||||
let shifts = get_unique_coset_shifts::<F>(subgroup_size, NUM_SHIFTS);
|
||||
|
||||
let mut union = HashSet::new();
|
||||
for shift in shifts {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user