Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Jan 16, 2025
1 parent e3e2b4f commit 995b6ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions noir-projects/noir-protocol-circuits/crates/blob/src/blob.nr
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ fn barycentric_evaluate_blob_at_z(z: F, ys: [F; FIELDS_PER_BLOB]) -> F {
let linear_terms = [partial_sums[i - 1], partial_sums[i]];

BigNum::evaluate_quadratic_expression(
/* lhs */
[
/* lhs */ [
[ROOTS[i * 8 + 0]],
[ROOTS[i * 8 + 1]],
[ROOTS[i * 8 + 2]],
Expand Down

0 comments on commit 995b6ec

Please sign in to comment.