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

xor

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

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

Parameters

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

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

fun xor(bytes: Bytes48!): UInt384! (source)

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

Parameters

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

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