Method: ECC::IntegerOp.sub

Defined in:
lib/elliptic-lite/base.rb

.sub(a, b) ⇒ Object



15
# File 'lib/elliptic-lite/base.rb', line 15

def self.sub( a, b ) a - b;  end