Categorygithub.com/go-faster/xor
modulepackage
1.0.0
Repository: https://github.com/go-faster/xor.git
Documentation: pkg.go.dev

# README

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

# Functions

Bytes xors the bytes in a and b.