Package org.bouncycastle.math.ec
Class MontgomeryLadderMultiplier
- java.lang.Object
-
- org.bouncycastle.math.ec.AbstractECMultiplier
-
- org.bouncycastle.math.ec.MontgomeryLadderMultiplier
-
- All Implemented Interfaces:
ECMultiplier
public class MontgomeryLadderMultiplier extends AbstractECMultiplier
-
-
Constructor Summary
Constructors Constructor Description MontgomeryLadderMultiplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ECPoint
multiplyPositive(ECPoint p, java.math.BigInteger k)
Montgomery ladder.-
Methods inherited from class org.bouncycastle.math.ec.AbstractECMultiplier
checkResult, multiply
-
-
-
-
Method Detail
-
multiplyPositive
protected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
Montgomery ladder.- Specified by:
multiplyPositive
in classAbstractECMultiplier
-
-