Update specs/_features/eip7594/polynomial-commitments-sampling.md
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
This commit is contained in:
parent
4b1106b39c
commit
f1dd735784
|
@ -495,7 +495,7 @@ def construct_vanishing_polynomial(missing_cell_ids: Sequence[CellID]) -> Tuple[
|
||||||
])
|
])
|
||||||
|
|
||||||
# Extend vanishing polynomial to full domain using the closed form of the vanishing polynomial over a coset
|
# Extend vanishing polynomial to full domain using the closed form of the vanishing polynomial over a coset
|
||||||
zero_poly_coeff = [0] * (FIELD_ELEMENTS_PER_EXT_BLOB)
|
zero_poly_coeff = [0] * FIELD_ELEMENTS_PER_EXT_BLOB
|
||||||
for i, coeff in enumerate(short_zero_poly):
|
for i, coeff in enumerate(short_zero_poly):
|
||||||
zero_poly_coeff[i * FIELD_ELEMENTS_PER_CELL] = coeff
|
zero_poly_coeff[i * FIELD_ELEMENTS_PER_CELL] = coeff
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue