mirror of
https://github.com/codex-storage/constantine.git
synced 2025-02-07 00:13:35 +00:00
* 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
516 B
516 B
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: