153b37b77f
* Pass all verify_kzg_proof test cases * pass blob_to_commitment tests * move tests * KZG: WIP on compute_proof * eip4844: Pass all compute_kzg_proof tests * pass compute_blob_kzg_proof tests * pass all verify_blob_kzg_proof tests * CI needs yaml * fix memory leaks and add effect tags * CI: lock yaml version too pre Nim 2.0 |
||
---|---|---|
.. | ||
blob_to_kzg_commitment/small | ||
compute_blob_kzg_proof/small | ||
compute_kzg_proof/small | ||
verify_blob_kzg_proof/small | ||
verify_blob_kzg_proof_batch/small | ||
verify_kzg_proof/small | ||
README.md | ||
mainnet_testing_trusted_setups.json | ||
minimal_testing_trusted_setups.json |
README.md
KZG polynomial commitment for Ethereum's Deneb hardfork
Test vector sources:
- https://github.com/ethereum/consensus-spec-tests/tree/v1.3.0/tests/general/deneb/kzg
- https://github.com/ethereum/c-kzg-4844/blob/v0.2.0/tests/
Trusted setup source: