pub fn bitxor<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Expand description
Implements the XOR instruction.
Bitwise XOR of two values from stack.
pub fn bitxor<WIRE: InterpreterTypes, H: ?Sized>(
context: InstructionContext<'_, H, WIRE>,
)
Implements the XOR instruction.
Bitwise XOR of two values from stack.