go-ethereum/common/bitutil
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.go common/bitutil: deprecate XORBytes in favor of stdlib crypto/subtle (#33331) 2025-12-08 17:40:59 +01:00
bitutil_test.go common/bitutil: deprecate XORBytes in favor of stdlib crypto/subtle (#33331) 2025-12-08 17:40:59 +01:00
compress.go common/compress: internalize encoders, add length wrappers 2017-05-08 11:38:25 +03:00
compress_test.go tests/fuzzers: move fuzzers into native packages (#28467) 2023-11-14 14:34:29 +01:00