mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-11 10:13:09 +00:00
Comment fix
This commit is contained in:
parent
e4cbee2b57
commit
99bb86ae2f
@ -103,7 +103,7 @@ fn fri_committed_trees<F: Field + Extendable<D>, const D: usize>(
|
||||
values = coeffs.coset_fft(shift.into())
|
||||
}
|
||||
|
||||
/// The coefficients being removed here should always be zero.
|
||||
// The coefficients being removed here should always be zero.
|
||||
coeffs.coeffs.truncate(coeffs.len() >> config.rate_bits);
|
||||
|
||||
challenger.observe_extension_elements(&coeffs.coeffs);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user