go-ethereum/crypto/kzg4844
Martin HS 08e2b6da8a
crypto/kz4844: pass blobs by ref (#29050)
This change makes use of the following underlying changes to the kzg-libraries in order to avoid passing large things on the stack:

- c-kzg: https://github.com/ethereum/c-kzg-4844/pull/393 and
- go-kzg: https://github.com/crate-crypto/go-kzg-4844/pull/63
2025-06-25 11:14:37 +01:00
..
kzg4844.go crypto/kz4844: pass blobs by ref (#29050) 2025-06-25 11:14:37 +01:00
kzg4844_ckzg_cgo.go crypto/kz4844: pass blobs by ref (#29050) 2025-06-25 11:14:37 +01:00
kzg4844_ckzg_nocgo.go crypto/kz4844: pass blobs by ref (#29050) 2025-06-25 11:14:37 +01:00
kzg4844_gokzg.go crypto/kz4844: pass blobs by ref (#29050) 2025-06-25 11:14:37 +01:00
kzg4844_test.go crypto/kz4844: pass blobs by ref (#29050) 2025-06-25 11:14:37 +01:00
trusted_setup.json crypto/kzg4844: use the new trusted setup file and format (#28383) 2023-10-22 16:05:04 +02:00