go-ethereum/crypto
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
..
blake2b crypto/blake2b: put architecture-dependent features behind build-tag (#28381) 2023-10-19 14:04:26 +02:00
bls12381 [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
bn256 crypto/bn256/cloudflare: pull in upstream fix for R27 and R29 usage (#32057) 2025-06-18 10:48:15 -04:00
ecies [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
kzg4844 crypto/kz4844: pass blobs by ref (#29050) 2025-06-25 11:14:37 +01:00
secp256k1 crypto/secp256k1: update libsecp256k1 (#31242) 2025-06-23 16:52:59 +01:00
signify all: remove deprecated uses of math.rand (#26710) 2023-02-16 14:36:58 -05:00
crypto.go crypto: add IsOnCurve check (#31100) 2025-06-10 15:08:40 +01:00
crypto_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
signature_cgo.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00
signature_nocgo.go crypto: replace noarg fmt.Errorf with errors.New (#27333) 2023-05-24 14:45:51 +02:00
signature_test.go [AUTO] rename Go module + update internal import paths 2024-10-17 01:49:47 +00:00