Libraries
»
elliptic-lite
(0.1.0)
»
Index
»
ECC
»
IntegerOp
»
mul
Method: ECC::IntegerOp.mul
Defined in:
lib/elliptic-lite/base.rb
.
mul
(a, b) ⇒
Object
16
# File 'lib/elliptic-lite/base.rb', line 16
def
self
.
mul
(
a
,
b
)
a
*
b
;
end