Skip to content

Commit 104f96b

Browse files
committed
eval_eq_packed in logup_star
1 parent ff2f9ef commit 104f96b

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/lookup/src/quotient_gkr.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,7 @@ where
232232

233233
assert!(n_non_zeros_numerator >= quarter_len_packed);
234234

235-
let eq_poly = eval_eq(&claim.point.0[1..]);
236-
237-
let mut eq_poly_packed = pack_extension(&eq_poly);
238-
235+
let mut eq_poly_packed = eval_eq_packed(&claim.point.0[1..]);
239236
// TODO for the top layer, the denomiators have a structured form: constant - index.
240237
// We can skip one EE multilication in the sumcheck computation.
241238

0 commit comments

Comments
 (0)