Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update noir-projects/noir-protocol-circuits/crates/blob/src/blob.nr
Browse files Browse the repository at this point in the history
TomAFrench authored Dec 11, 2024

Verified

This commit was signed with the committer’s verified signature.
prabhu prabhu
1 parent 18ab2ab commit 12a594b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -232,7 +232,7 @@ fn barycentric_evaluate_blob_at_z(z: F, ys: [F; FIELDS_PER_BLOB]) -> F {
// Safety: This sum is checked by the following `BigNum::evaluate_quadratic_expression` calls.
__compute_partial_sums(fracs)
};
for i in 0..NUM_PARTIAL_SUMS {
for i in 0..NUM_PARTIAL_SUMS - 1 {
// Seeking:
// ___i*8 - 1 ___i*8 + 7
// \ omega^i \ / y_k \

0 comments on commit 12a594b

Please sign in to comment.