sigp / lighthouse

Ethereum consensus client in Rust
https://lighthouse.sigmaprime.io/
Apache License 2.0
2.88k stars 724 forks source link

KZG Crypto #3685

Closed realbigsean closed 1 year ago

realbigsean commented 1 year ago

Description

To support EIP 4844, we need to be able to verify KZG commitments against blobs using KZG proofs. We also need to be able to compute KZG proofs from blobs of data. @pawanjay176 is working on making rust bindings for https://github.com/benjaminion/c-kzg as well as allowing us to handle it generically so we can swap out the lib or stub out crytpo in testing

realbigsean commented 1 year ago

Resolved by https://github.com/sigp/lighthouse/pull/3751