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