Function smod

Source
pub fn smod<WIRE: InterpreterTypes, H: ?Sized>(
    context: InstructionContext<'_, H, WIRE>,
)
Expand description

Implements the SMOD instruction.

Performs signed modulo of two values from stack.