public class GLVTypeAEndomorphism extends java.lang.Object implements GLVEndomorphism
| Modifier and Type | Field and Description |
|---|---|
protected GLVTypeAParameters |
parameters |
protected ECPointMap |
pointMap |
| Constructor and Description |
|---|
GLVTypeAEndomorphism(ECCurve curve,
GLVTypeAParameters parameters) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger[] |
decomposeScalar(java.math.BigInteger k) |
ECPointMap |
getPointMap() |
boolean |
hasEfficientPointMap() |
protected final GLVTypeAParameters parameters
protected final ECPointMap pointMap
public GLVTypeAEndomorphism(ECCurve curve, GLVTypeAParameters parameters)
public java.math.BigInteger[] decomposeScalar(java.math.BigInteger k)
decomposeScalar in interface GLVEndomorphismpublic ECPointMap getPointMap()
getPointMap in interface ECEndomorphismpublic boolean hasEfficientPointMap()
hasEfficientPointMap in interface ECEndomorphism