mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 20:55:05 -05:00
Add parameter `commitment` to `compute_blob_kzg_proof` and output `y` to `compute_kzg_proof`
KZG tests
A test type for KZG libraries. Tests all the public interfaces that a KZG library required to implement EIP-4844 needs to provide, as defined in polynomial-commitments.md.
We do not recommend rolling your own crypto or using an untested KZG library.
The KZG test suite runner has the following handlers: