eth2.0-specs/tests/formats/kzg
dankrad 15033d28b9
Modify compute_[blob_]kzg_proof to remove superfluous computations (#3280)
Add parameter `commitment` to `compute_blob_kzg_proof` and output `y` to `compute_kzg_proof`
2023-03-07 17:50:56 +00:00
..
README.md
blob_to_kzg_commitment.md
compute_blob_kzg_proof.md
compute_kzg_proof.md
verify_blob_kzg_proof.md
verify_blob_kzg_proof_batch.md
verify_kzg_proof.md

README.md

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: