Skip to main content

mulmod

Function mulmod 

Source
pub fn mulmod<IT: ITy, H: ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the MULMOD instruction.

Pops three values from stack and pushes (a * b) % n.