interface ECMultiplier
ECPoint
s.Modifier and Type | Method and Description |
---|---|
ECPoint |
multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
Multiplies the
ECPoint p by k , i.e. |
ECPoint multiply(ECPoint p, java.math.BigInteger k, PreCompInfo preCompInfo)
ECPoint p
by k
, i.e.
p
is added k
times to itself.p
- The ECPoint
to be multiplied.k
- The factor by which p
i multiplied.p
multiplied by k
.