bytes / org.apache.tuweni.bytes / Bytes48 / xor

xor

open fun xor(other: Bytes48): Bytes48 (source)

Return a bit-wise XOR of these bytes and the supplied bytes.

Parameters

other - The bytes to perform the operation with.

Return
The result of a bit-wise XOR.