mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-11 13:49:02 +00:00
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> |
||
|---|---|---|
| .. | ||
| bitutil | ||
| compiler | ||
| fdlimit | ||
| hexutil | ||
| lru | ||
| math | ||
| mclock | ||
| prque | ||
| big.go | ||
| bytes.go | ||
| bytes_test.go | ||
| debug.go | ||
| eta.go | ||
| eta_test.go | ||
| format.go | ||
| path.go | ||
| range.go | ||
| range_test.go | ||
| size.go | ||
| size_test.go | ||
| test_utils.go | ||
| types.go | ||
| types_test.go | ||