Function addmod

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

Implements the ADDMOD instruction.

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