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