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