public interface ECMultiplier
ECPoint
s.Modifier and Type | Method and Description |
---|---|
ECPoint |
multiply(ECPoint p,
BigInteger k)
Multiplies the
ECPoint p by k , i.e. |
ECPoint multiply(ECPoint p, BigInteger k)
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
is multiplied.p
multiplied by k
.Copyright © 2021 BouncyCastle.org. All rights reserved.