ECMultiplier
public class MontgomeryLadderMultiplier extends AbstractECMultiplier
Constructor | Description |
---|---|
MontgomeryLadderMultiplier() |
Modifier and Type | Method | 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