KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
xor
★ 18
Open GitHub ↗
xor byte slices
Download README (.md)
Explore Similar Repositories
OptimizationTestFunctions
:
Collection of optimization test functions and some useful methods for working with them
williamjiamin
:
No description available.
manic
:
Rust download library
icevision_dashboards
:
No description available.
fmm
:
The uncurried minimal functional programming language for CPS transformation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
xor
?
Download (.md)
# xor [](https://pkg.go.dev/github.com/go-faster/xor#section-documentation) [](https://codecov.io/gh/go-faster/xor) [](https://go-faster.org/docs/projects/status#stable) Package xor implements XOR operations on byte slices. Extracted from [crypto/cipher](https://golang.org/src/crypto/cipher/xor_generic.go). ```console go get github.com/go-faster/xor ``` ```go xor.Bytes(dst, a, b) ``` **Ref:** [#30553](https://github.com/golang/go/issues/30553) as rejected proposal to provide XOR in go stdlib