1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/crypto/kzg4844
Marius van der Wijden 947fd3a834
crypto/kzg4844: add ComputeCells functionality (#31378)
For PeerDAS, we need to compute cell proofs. Both ckzg and gokzg support
computing these cell proofs.
This PR does the following:

- Update the go-kzg library from "github.com/crate-crypto/go-kzg-4844"
to "github.com/crate-crypto/go-eth-kzg" which will be the new upstream
for go-kzg moving forward
- Update ckzg from v1.0.0 to v2.0.1 and switch to /v2
- Updates the trusted setup to contain the g1 points both in lagrange
and monomial form
- Expose `ComputeCells` to compute the cell proofs
2025-04-29 14:42:17 +02:00
..
kzg4844.go crypto/kzg4844: add ComputeCells functionality (#31378) 2025-04-29 14:42:17 +02:00
kzg4844_ckzg_cgo.go crypto/kzg4844: add ComputeCells functionality (#31378) 2025-04-29 14:42:17 +02:00
kzg4844_ckzg_nocgo.go crypto/kzg4844: add ComputeCells functionality (#31378) 2025-04-29 14:42:17 +02:00
kzg4844_gokzg.go crypto/kzg4844: add ComputeCells functionality (#31378) 2025-04-29 14:42:17 +02:00
kzg4844_test.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00
trusted_setup.json crypto/kzg4844: add ComputeCells functionality (#31378) 2025-04-29 14:42:17 +02:00