public class WTauNafMultiplier extends AbstractECMultiplier
| Constructor and Description |
|---|
WTauNafMultiplier() |
| Modifier and Type | Method and Description |
|---|---|
protected ECPoint |
multiplyPositive(ECPoint point,
java.math.BigInteger k)
Multiplies a
ECPoint.AbstractF2m
by k using the reduced τ-adic NAF (RTNAF)
method. |
checkResult, multiplyprotected ECPoint multiplyPositive(ECPoint point, java.math.BigInteger k)
ECPoint.AbstractF2m
by k using the reduced τ-adic NAF (RTNAF)
method.multiplyPositive in class AbstractECMultiplierpoint - The ECPoint.AbstractF2m to multiply.k - The integer by which to multiply k.