pub fn addmod<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the ADDMOD instruction.
Pops three values from stack and pushes (a + b) % n.
pub fn addmod<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the ADDMOD instruction.
Pops three values from stack and pushes (a + b) % n.