Function mul

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

Implements the MUL instruction - multiplies two values from stack.