go-ethereum/common
cui 31f9c9ff75
common/bitutil: deprecate XORBytes in favor of stdlib crypto/subtle (#33331)
XORBytes was added to package crypto/subtle in Go 1.20, and it's faster 
than our bitutil.XORBytes. There is only one use of this function
across go-ethereum so we can simply deprecate the custom implementation.

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
2025-12-08 17:40:59 +01:00
..
bitutil common/bitutil: deprecate XORBytes in favor of stdlib crypto/subtle (#33331) 2025-12-08 17:40:59 +01:00
compiler
fdlimit
hexutil common, eth: remove duplicate test cases (#32624) 2025-09-19 17:20:44 -06:00
lru
math
mclock
prque
big.go
bytes.go
bytes_test.go
debug.go
eta.go
eta_test.go
format.go common: fix duration comparison in PrettyAge (#33064) 2025-11-01 13:17:45 +08:00
path.go common: simplify FileExist helper (#32969) 2025-10-30 09:20:07 +08:00
range.go
range_test.go
size.go common: fix size comparison in StorageSize (#33105) 2025-11-06 09:25:41 +08:00
size_test.go
test_utils.go
types.go common: introduce IsHexHash and use it (#32998) 2025-11-04 21:09:36 +08:00
types_test.go