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 Test generators for kzg-4844 libraries (#3274) 2023-03-02 20:49:10 +00:00
blob_to_kzg_commitment.md Test generators for kzg-4844 libraries (#3274) 2023-03-02 20:49:10 +00:00
compute_blob_kzg_proof.md Modify compute_[blob_]kzg_proof to remove superfluous computations (#3280) 2023-03-07 17:50:56 +00:00
compute_kzg_proof.md Modify compute_[blob_]kzg_proof to remove superfluous computations (#3280) 2023-03-07 17:50:56 +00:00
verify_blob_kzg_proof.md Test generators for kzg-4844 libraries (#3274) 2023-03-02 20:49:10 +00:00
verify_blob_kzg_proof_batch.md Test generators for kzg-4844 libraries (#3274) 2023-03-02 20:49:10 +00:00
verify_kzg_proof.md Test generators for kzg-4844 libraries (#3274) 2023-03-02 20:49:10 +00:00

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: