public class MontgomeryLadderMultiplier extends AbstractECMultiplier
Constructor and Description |
---|
MontgomeryLadderMultiplier() |
Modifier and Type | Method and Description |
---|---|
protected ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k)
Montgomery ladder.
|
multiply
protected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
multiplyPositive
in class AbstractECMultiplier