Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 693 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 693 Bytes

xor Go Reference codecov stable

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: #30553 as rejected proposal to provide XOR in go stdlib