public class MixedNafR2LMultiplier extends AbstractECMultiplier
Modifier and Type | Field and Description |
---|---|
protected int |
additionCoord |
protected int |
doublingCoord |
Constructor and Description |
---|
MixedNafR2LMultiplier()
By default, addition will be done in Jacobian coordinates, and doubling will be done in
Modified Jacobian coordinates (independent of the original coordinate system of each point).
|
MixedNafR2LMultiplier(int additionCoord,
int doublingCoord) |
Modifier and Type | Method and Description |
---|---|
protected ECCurve |
configureCurve(ECCurve c,
int coord) |
protected ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k) |
multiply
public MixedNafR2LMultiplier()
public MixedNafR2LMultiplier(int additionCoord, int doublingCoord)
protected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
multiplyPositive
in class AbstractECMultiplier