Uses of Interface
org.bouncycastle.math.ec.ECPointMap
-
Packages that use ECPointMap Package Description org.bouncycastle.math.ec Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling, and efficient scalar multiplication.org.bouncycastle.math.ec.endo Provide support for using the GLV method to take advantage of the efficiently computable endomorphisms on "Koblitz" curves e.g. -
-
Uses of ECPointMap in org.bouncycastle.math.ec
Classes in org.bouncycastle.math.ec that implement ECPointMap Modifier and Type Class Description class
ScaleXPointMap
Methods in org.bouncycastle.math.ec with parameters of type ECPointMap Modifier and Type Method Description static ECPoint
WNafUtil. mapPointWithPrecomp(ECPoint p, int width, boolean includeNegated, ECPointMap pointMap)
-
Uses of ECPointMap in org.bouncycastle.math.ec.endo
Fields in org.bouncycastle.math.ec.endo declared as ECPointMap Modifier and Type Field Description protected ECPointMap
GLVTypeBEndomorphism. pointMap
Methods in org.bouncycastle.math.ec.endo that return ECPointMap Modifier and Type Method Description ECPointMap
ECEndomorphism. getPointMap()
ECPointMap
GLVTypeBEndomorphism. getPointMap()
-