go-ethereum/common/bitutil
Daniel Liu 373eb2dc36
common/bitutil: deprecate XORBytes in favor of stdlib crypto/subtle #33331 (#1952)
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: cui <cuiweixie@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2026-01-26 18:07:20 +05:30
..
bitutil.go common/bitutil: deprecate XORBytes in favor of stdlib crypto/subtle #33331 (#1952) 2026-01-26 18:07:20 +05:30
bitutil_test.go common/bitutil: deprecate XORBytes in favor of stdlib crypto/subtle #33331 (#1952) 2026-01-26 18:07:20 +05:30
compress.go common/compress: internalize encoders, add length wrappers 2017-05-08 11:38:25 +03:00
compress_test.go all: remove the duplicate 'the' in annotations (#17509) 2025-01-24 16:18:28 +08:00