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.
 
 

587 B

xor Go Reference codecov

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