We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c1fef commit a230129Copy full SHA for a230129
crates/lookup/src/quotient_gkr.rs
@@ -236,6 +236,9 @@ where
236
237
let mut eq_poly_packed = pack_extension(&eq_poly);
238
239
+ // TODO for the top layer, the denomiators have a structured form: constant - index.
240
+ // We can skip one EE multilication in the sumcheck computation.
241
+
242
let sum_x_packed: EFPacking<EF> = (0..n_non_zeros_numerator - quarter_len_packed)
243
.into_par_iter()
244
.map(|i| {
0 commit comments