open fun xor(other: Bytes48): Bytes48
Return a bit-wise XOR of these bytes and the supplied bytes.
other - The bytes to perform the operation with.
other
Return The result of a bit-wise XOR.