go-ethereum/crypto/kzg4844
Martin HS d5bacfa4de
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
2024-03-13 07:51:46 +01:00
..
kzg4844_ckzg_cgo.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00
kzg4844_ckzg_nocgo.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00
kzg4844_gokzg.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00
kzg4844_test.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00
kzg4844.go crypto/kz4844: pass blobs by ref (#29050) 2024-03-13 07:51:46 +01:00
trusted_setup.json