public class MixedNafR2LMultiplier extends AbstractECMultiplier
Modifier and Type | Field and Description |
---|---|
protected int |
additionCoord
Deprecated.
|
protected int |
doublingCoord
Deprecated.
|
Constructor and Description |
---|
MixedNafR2LMultiplier()
Deprecated.
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ECCurve |
configureCurve(ECCurve c,
int coord)
Deprecated.
|
protected ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k)
Deprecated.
|
checkResult, multiply
protected int additionCoord
protected int doublingCoord
public MixedNafR2LMultiplier()
public MixedNafR2LMultiplier(int additionCoord, int doublingCoord)
protected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
multiplyPositive
in class AbstractECMultiplier