public class GLVMultiplier extends AbstractECMultiplier
| Modifier and Type | Field and Description |
|---|---|
protected ECCurve |
curve |
protected GLVEndomorphism |
glvEndomorphism |
| Constructor and Description |
|---|
GLVMultiplier(ECCurve curve,
GLVEndomorphism glvEndomorphism) |
| Modifier and Type | Method and Description |
|---|---|
protected ECPoint |
multiplyPositive(ECPoint p,
java.math.BigInteger k) |
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