public class GLVTypeBEndomorphism extends Object implements GLVEndomorphism
Modifier and Type | Field and Description |
---|---|
protected GLVTypeBParameters |
parameters |
protected ECPointMap |
pointMap |
Constructor and Description |
---|
GLVTypeBEndomorphism(ECCurve curve,
GLVTypeBParameters parameters) |
Modifier and Type | Method and Description |
---|---|
BigInteger[] |
decomposeScalar(BigInteger k) |
ECPointMap |
getPointMap() |
boolean |
hasEfficientPointMap() |
protected final GLVTypeBParameters parameters
protected final ECPointMap pointMap
public GLVTypeBEndomorphism(ECCurve curve, GLVTypeBParameters 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.