public class WNafL2RMultiplier extends AbstractECMultiplier
| Constructor and Description |
|---|
WNafL2RMultiplier() |
| Modifier and Type | Method and Description |
|---|---|
protected ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k)
Multiplies
this by an integer k using the
Window NAF method. |
checkResult, multiplyprotected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
this by an integer k using the
Window NAF method.multiplyPositive in class AbstractECMultiplierk - The integer by which this is multiplied.ECPoint which equals this
multiplied by k.