go-ethereum/crypto
z2trillion 90221d6fc7
chore(dep): upgrade go kzg 4844 (#718)
* 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

* update version patch

* run go mod tidy

* use blob reference

---------

Co-authored-by: Martin HS <martin@swende.se>
Co-authored-by: Mason Liang <mason@scroll.io>
2024-04-24 09:38:18 +08:00
..
blake2b all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
bls12381 Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
bn256 Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
codehash feat: dual code hash (#188) 2023-02-08 16:12:41 -08:00
ecies Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
kzg4844 chore(dep): upgrade go kzg 4844 (#718) 2024-04-24 09:38:18 +08:00
poseidon feat: upgrade zktrie to v0.6.0 (#403) 2023-08-02 10:54:41 +08:00
secp256k1 Revert "Substitute secp256k1 library for the L1 version (#22)" (#290) 2023-04-19 15:54:20 +08:00
signify all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
crypto.go style: revert some formatting (#294) 2023-04-20 17:49:35 +08:00
crypto_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
signature_cgo.go Revert "Substitute secp256k1 library for the L1 version (#22)" (#290) 2023-04-19 15:54:20 +08:00
signature_nocgo.go all: add go:build lines (#23468) 2021-08-25 18:46:29 +02:00
signature_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00