Sahil-4555
b80ffe98a5
Revert "rm bitutil xorbytes helper func"
...
This reverts commit 121c43075e .
2026-01-13 14:44:40 +05:30
Sahil-4555
1d268e86b5
Revert "fix lint"
...
This reverts commit 4bf0f25351 .
2026-01-13 14:44:40 +05:30
Sahil-4555
41ebaf0ff2
fix lint
2026-01-13 14:44:40 +05:30
Sahil-4555
3788c51798
rm bitutil xorbytes helper func
2026-01-13 14:44:40 +05:30
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
Justin Dhillon
b80643b737
accounts/usbwallet, common/bitutil: fix broken links in docs ( #29078 )
...
fixes some links in documentation
2024-03-13 07:54:40 +01:00
Furkan KAMACI
b8caba9709
various: remove redundant parentheses ( #15793 )
2018-01-03 14:14:47 +02:00
Péter Szilágyi
36a800a1d2
common/bitutil, consensus/ethash: reusable bitutil package
2017-05-05 16:00:11 +03:00