xor

infix fun ByteArray.xor(other: ByteArray): ByteArray

Xor two bytes array together, byte per byte.