public interface ECMultiplier
ECPoints.| 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 © 2015–2021 The veraPDF Consortium. All rights reserved.