Libraries
»
elliptic-lite
(0.1.0)
»
Index
»
ECC
»
IntegerOp
»
sub
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