public class GLVTypeAEndomorphism extends 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 |
---|---|
BigInteger[] |
decomposeScalar(BigInteger k) |
ECPointMap |
getPointMap() |
boolean |
hasEfficientPointMap() |
protected final GLVTypeAParameters parameters
protected final ECPointMap pointMap
public GLVTypeAEndomorphism(ECCurve curve, GLVTypeAParameters parameters)
public BigInteger[] decomposeScalar(BigInteger k)
decomposeScalar
in interface GLVEndomorphism
public ECPointMap getPointMap()
getPointMap
in interface ECEndomorphism
public boolean hasEfficientPointMap()
hasEfficientPointMap
in interface ECEndomorphism
Copyright © 2021 BouncyCastle.org. All rights reserved.