Function mulmod

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

Implements the MULMOD instruction.

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