mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-05-28 20:59:26 +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 generator = F::primitive_root_of_unity(SUBGROUP_BITS);
|
||||||
let subgroup_size = 1 << 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();
|
let mut union = HashSet::new();
|
||||||
for shift in shifts {
|
for shift in shifts {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user