Package org.bouncycastle.math.ec.endo
Interface GLVEndomorphism
-
- All Superinterfaces:
ECEndomorphism
- All Known Implementing Classes:
GLVTypeAEndomorphism
,GLVTypeBEndomorphism
public interface GLVEndomorphism extends ECEndomorphism
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigInteger[]
decomposeScalar(BigInteger k)
-
Methods inherited from interface org.bouncycastle.math.ec.endo.ECEndomorphism
getPointMap, hasEfficientPointMap
-
-
-
-
Method Detail
-
decomposeScalar
BigInteger[] decomposeScalar(BigInteger k)
-
-