go-ethereum/crypto/kzg4844
Lessa 2513feddf8
crypto/kzg4844: preallocate proof slice in ComputeCellProofs (#33703)
Preallocate the proof slice with the known size instead of growing it
via append in a loop. The length is already known from the source slice.
2026-01-29 15:49:10 +08:00
..
kzg4844.go core/txpool/blobpool: migrate billy to new slot size (#31966) 2025-09-15 21:34:57 +08:00
kzg4844_ckzg_cgo.go crypto/kzg4844: preallocate proof slice in ComputeCellProofs (#33703) 2026-01-29 15:49:10 +08:00
kzg4844_ckzg_nocgo.go eth/catalyst: implement getBlobsV2 (#31791) 2025-06-09 11:34:24 +02:00
kzg4844_gokzg.go crypto/kzg4844: preallocate proof slice in ComputeCellProofs (#33703) 2026-01-29 15:49:10 +08:00
kzg4844_test.go core/txpool/blobpool: add legacy sidecar conversion in reinject (#32688) 2025-09-23 14:45:36 +02:00
trusted_setup.json crypto/kzg4844: add ComputeCells functionality (#31378) 2025-04-29 14:42:17 +02:00