ECMultiplierpublic class GLVMultiplier extends AbstractECMultiplier
| Modifier and Type | Field | Description |
|---|---|---|
protected ECCurve |
curve |
|
protected GLVEndomorphism |
glvEndomorphism |
| Constructor | Description |
|---|---|
GLVMultiplier(ECCurve curve,
GLVEndomorphism glvEndomorphism) |
| Modifier and Type | Method | Description |
|---|---|---|
protected ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k) |
checkResult, multiplyprotected final ECCurve curve
protected final GLVEndomorphism glvEndomorphism
public GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism)
protected ECPoint multiplyPositive(ECPoint p, java.math.BigInteger k)
multiplyPositive in class AbstractECMultiplier