Uses of Interface
org.bouncycastle.math.ec.ECPointMap
Packages that use ECPointMap
Package
Description
Low-level API for performing calculations on elliptic curves, in particular point addition, point doubling,
and efficient scalar multiplication.
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 ECPointMapMethods in org.bouncycastle.math.ec with parameters of type ECPointMapModifier and TypeMethodDescriptionstatic 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 ECPointMapMethods in org.bouncycastle.math.ec.endo that return ECPointMapModifier and TypeMethodDescriptionECEndomorphism.getPointMap()
GLVTypeBEndomorphism.getPointMap()