tuweni / org.apache.tuweni.units.bigints / UInt256 / xor

xor

fun xor(value: UInt256!): UInt256! (source)

Return a bit-wise XOR of this value and the supplied value.

Parameters

value - UInt256!: the value to perform the operation with

Return
UInt256!: the result of a bit-wise XOR

fun xor(bytes: Bytes32!): UInt256! (source)

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

Parameters

bytes - Bytes32!: the bytes to perform the operation with

Return
UInt256!: the result of a bit-wise XOR