Skip to content

Commit

Permalink
s/fields/field elements
Browse files Browse the repository at this point in the history
Co-authored-by: George Kadianakis <[email protected]>
  • Loading branch information
jtraglia and asn-d6 authored Aug 7, 2024
1 parent 3055472 commit 122e500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eip7594/eip7594.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ C_KZG_RET compute_cells_and_kzg_proofs(
ret = poly_lagrange_to_monomial(poly_monomial, poly_lagrange, FIELD_ELEMENTS_PER_BLOB, s);
if (ret != C_KZG_OK) goto out;

/* Ensure the upper half of the fields are zero */
/* Ensure the upper half of the field elements are zero */
for (size_t i = FIELD_ELEMENTS_PER_BLOB; i < FIELD_ELEMENTS_PER_EXT_BLOB; i++) {
poly_monomial[i] = FR_ZERO;
}
Expand Down

0 comments on commit 122e500

Please sign in to comment.