mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 07:43:10 +00:00
into_iter -> into_par_iter
This commit is contained in:
parent
6605ca9d89
commit
19e7cb3942
@ -279,7 +279,7 @@ fn compute_quotient_polys<'a, F: Extendable<D>, const D: usize>(
|
||||
.collect();
|
||||
|
||||
transpose("ient_values)
|
||||
.into_iter()
|
||||
.into_par_iter()
|
||||
.map(PolynomialValues::new)
|
||||
.map(|values| values.coset_ifft(F::coset_shift()))
|
||||
.collect()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user