kubernetes/vendor/golang.org/x/crypto/chacha20/xor.go

const unaligned

// addXor reads a little endian uint32 from src, XORs it with (a + b) and
// places the result in little endian byte order in dst.
func addXor(dst, src []byte, a, b uint32) {}