Skip to content

Commit 4b1106b

Browse files
asn-d6hwwhww
andauthored
Update specs/_features/eip7594/polynomial-commitments-sampling.md
Co-authored-by: Hsiao-Wei Wang <[email protected]>
1 parent 1e41a6b commit 4b1106b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

specs/_features/eip7594/polynomial-commitments-sampling.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,9 +616,12 @@ def recover_polynomial(cell_ids: Sequence[CellID],
616616
eval_shifted_extended_evaluation, eval_shifted_zero_poly, shift_inv = \
617617
recover_shifted_data(cell_ids, cells, zero_poly_eval, zero_poly_coeff, roots_of_unity_extended)
618618

619-
reconstructed_data = \
620-
recover_original_data(eval_shifted_extended_evaluation, eval_shifted_zero_poly, shift_inv,
621-
roots_of_unity_extended)
619+
reconstructed_data = recover_original_data(
620+
eval_shifted_extended_evaluation,
621+
eval_shifted_zero_poly,
622+
shift_inv,
623+
roots_of_unity_extended,
624+
)
622625

623626
for cell_id, cell in zip(cell_ids, cells):
624627
start = cell_id * FIELD_ELEMENTS_PER_CELL

0 commit comments

Comments
 (0)