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 ECPointMapModifier and TypeClassDescriptionclassclassclassclassMethods in org.bouncycastle.math.ec with parameters of type ECPointMapModifier and TypeMethodDescriptionstatic WNafPreCompInfoWNafUtil.precomputeWithPointMap(ECPoint p, ECPointMap pointMap, WNafPreCompInfo fromWNaf, boolean includeNegated) -
Uses of ECPointMap in org.bouncycastle.math.ec.endo
Fields in org.bouncycastle.math.ec.endo declared as ECPointMapModifier and TypeFieldDescriptionprotected final ECPointMapGLVTypeAEndomorphism.pointMapprotected final ECPointMapGLVTypeBEndomorphism.pointMapMethods in org.bouncycastle.math.ec.endo that return ECPointMapModifier and TypeMethodDescriptionECEndomorphism.getPointMap()GLVTypeAEndomorphism.getPointMap()GLVTypeBEndomorphism.getPointMap()