You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrey Kovalev
7fe2f59f05
|
3 years ago | |
---|---|---|
.. | ||
.editorconfig | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
go.coverage.sh | 3 years ago | |
go.test.sh | 3 years ago | |
xor.go | 3 years ago | |
xor_amd64.go | 3 years ago | |
xor_amd64.s | 3 years ago | |
xor_arm64.go | 3 years ago | |
xor_arm64.s | 3 years ago | |
xor_generic.go | 3 years ago | |
xor_ppc64x.go | 3 years ago | |
xor_ppc64x.s | 3 years ago |
README.md
xor
Package xor implements XOR operations on byte slices. Extracted from crypto/cipher.
go get github.com/go-faster/xor
xor.Bytes(dst, a, b)
Ref: issues/30553 as rejected proposal to provide XOR in go stdlib