package xor

Import Path
	github.com/go-faster/xor (on go.dev)

Dependency Relation
	imports 0 packages, and imported by 3 packages

Involved Source Files xor.go xor_amd64.go xor_amd64.s
Package-Level Functions (total 3, in which 1 is exported)
Bytes xors the bytes in a and b. The destination should have enough space, otherwise Bytes will panic. Returns the number of bytes xor'd.