Function sub

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

Implements the SUB instruction - subtracts two values from stack.