tuweni / org.apache.tuweni.bytes / Bytes32 / xor

xor

open fun xor(other: Bytes32!): Bytes32! (source)

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

Parameters

other - Bytes32!: The bytes to perform the operation with.

Return
Bytes32!: The result of a bit-wise XOR.