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 ECPointmultiplyPositive(ECPoint point, BigInteger k)-
Methods inherited from class org.bouncycastle.math.ec.AbstractECMultiplier
multiply
-
-
-
-
Method Detail
-
multiplyPositive
protected ECPoint multiplyPositive(ECPoint point, BigInteger k)
- Specified by:
multiplyPositivein classAbstractECMultiplier- Parameters:
p- The ECPoint.F2m to multiply.k- The integer by which to multiplyk.- Returns:
pmultiplied byk.
-
-