ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

`verify_cell_kzg_proof_batch()`: Split it up further #499

Closed asn-d6 closed 3 weeks ago

asn-d6 commented 3 weeks ago

This PR continues on the spirit of https://github.com/ethereum/c-kzg-4844/pull/494.

IMO the verification function is getting more manageable now.

asn-d6 commented 3 weeks ago

Thanks for the review!