go-ethereum/crypto
Felix Lange 9e4c147bf2
core/vm: implement EIP-7951 - precompile for secp256r1 (#31991)
https://github.com/ethereum/EIPs/pull/9833

Based on #27540, #30043

---------

Co-authored-by: Ulaş Erdoğan <uerdogan2001@hotmail.com>
2025-08-13 16:39:36 -04: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
secp256r1 core/vm: implement EIP-7951 - precompile for secp256r1 (#31991) 2025-08-13 16:39:36 -04: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