Package org.bouncycastle.math.ec.endo
Interface ECEndomorphism
-
- All Known Subinterfaces:
GLVEndomorphism
- All Known Implementing Classes:
GLVTypeAEndomorphism
,GLVTypeBEndomorphism
public interface ECEndomorphism
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECPointMap
getPointMap()
boolean
hasEfficientPointMap()
-
-
-
Method Detail
-
getPointMap
ECPointMap getPointMap()
-
hasEfficientPointMap
boolean hasEfficientPointMap()
-
-