Skip to content

Commit

Permalink
typo utils.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcofann authored Jan 1, 2025
1 parent 890e144 commit 31cdce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly/src/domain/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pub(crate) fn parallel_fft<T: DomainCoeff<F>, F: FftField>(
let new_two_adicity = ark_ff::utils::k_adicity(2, coset_size as u64);

// For each coset, we first build a polynomial of degree |coset size|,
// whose evaluations over coset k will agree with the evaluations of a over the coset.
// whose evaluations over coset k will agree with the evaluations of an over the coset.
// Denote the kth such polynomial as poly_k
tmp.par_iter_mut()
.enumerate()
Expand Down

0 comments on commit 31cdce0

Please sign in to comment.