go-ethereum/crypto
cui a499a11a16
crypto: using testing.B.Loop (#32645)
before:
go test -run=^$ -bench=. ./crypto/... 94.83s user 2.68s system 138% cpu
1:10.55 tota

after:
go test -run=^$ -bench=. ./crypto/... 75.43s user 2.58s system 123% cpu
1:03.01 total
2025-09-19 17:12:41 -06:00
..
blake2b crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00
bn256 crypto/bn256: switch to gnark again (#32659) 2025-09-19 15:18:42 +02:00
ecies crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00
kzg4844 crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00
secp256k1 crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00
secp256r1 core/vm: implement EIP-7951 - precompile for secp256r1 (#31991) 2025-07-07 20:59:45 +02:00
signify build: replace tenv linter with usetesting (#31172) 2025-02-21 13:36:18 +01:00
crypto.go all: create global hasher pool (#31769) 2025-05-09 13:52:40 +08:00
crypto_test.go crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00
signature_cgo.go crypto: use pure Go signature implementation in tinygo (#31878) 2025-05-23 11:14:40 +02:00
signature_nocgo.go crypto: use pure Go signature implementation in tinygo (#31878) 2025-05-23 11:14:40 +02:00
signature_test.go crypto: using testing.B.Loop (#32645) 2025-09-19 17:12:41 -06:00