Package org.bouncycastle.math.ec
Class WTauNafMultiplier
- java.lang.Object
-
- org.bouncycastle.math.ec.AbstractECMultiplier
-
- org.bouncycastle.math.ec.WTauNafMultiplier
-
- All Implemented Interfaces:
ECMultiplier
public class WTauNafMultiplier extends AbstractECMultiplier
Class implementing the WTNAF (Windowτ
-adic Non-Adjacent Form) algorithm.
-
-
Constructor Summary
Constructors Constructor Description WTauNafMultiplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ECPoint
multiplyPositive(ECPoint point, java.math.BigInteger k)
-
Methods inherited from class org.bouncycastle.math.ec.AbstractECMultiplier
checkResult, multiply
-
-
-
-
Method Detail
-
multiplyPositive
protected ECPoint multiplyPositive(ECPoint point, java.math.BigInteger k)
- Specified by:
multiplyPositive
in classAbstractECMultiplier
- Parameters:
point
- The ECPoint.AbstractF2m to multiply.k
- The integer by which to multiplyk
.- Returns:
p
multiplied byk
.
-
-