class ReferenceMultiplier extends java.lang.Object implements ECMultiplier
Constructor and Description |
---|
ReferenceMultiplier() |
Modifier and Type | Method and Description |
---|---|
ECPoint |
multiply(ECPoint p,
java.math.BigInteger k,
PreCompInfo preCompInfo)
Simple shift-and-add multiplication.
|
public ECPoint multiply(ECPoint p, java.math.BigInteger k, PreCompInfo preCompInfo)
ECPoint
.multiply
in interface ECMultiplier
p
- The point to multiply.k
- The factor by which to multiply.k * p
.