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
kzg4844_ckzg_cgo.go crypto/kzg4844: preallocate proof slice in ComputeCellProofs (#33703) 2026-01-29 15:49:10 +08:00
kzg4844_ckzg_nocgo.go
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