public class MontgomeryLadderMultiplier extends AbstractECMultiplier
Constructor and Description |
---|
MontgomeryLadderMultiplier() |
Modifier and Type | Method and Description |
---|---|
protected ECPoint |
multiplyPositive(ECPoint p,
BigInteger k)
Montgomery ladder.
|
multiply
protected ECPoint multiplyPositive(ECPoint p, BigInteger k)
multiplyPositive
in class AbstractECMultiplier
Copyright © 2018 BouncyCastle.org. All rights reserved.