Uses of Interface
org.bouncycastle.math.ec.endo.ECEndomorphism
Packages that use ECEndomorphism
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 ECEndomorphism in org.bouncycastle.math.ec
Fields in org.bouncycastle.math.ec declared as ECEndomorphismModifier and TypeFieldDescriptionprotected ECEndomorphismECCurve.Config.endomorphismprotected ECEndomorphismECCurve.endomorphismMethods in org.bouncycastle.math.ec that return ECEndomorphismMethods in org.bouncycastle.math.ec with parameters of type ECEndomorphism -
Uses of ECEndomorphism in org.bouncycastle.math.ec.endo
Subinterfaces of ECEndomorphism in org.bouncycastle.math.ec.endoClasses in org.bouncycastle.math.ec.endo that implement ECEndomorphismFields in org.bouncycastle.math.ec.endo declared as ECEndomorphismMethods in org.bouncycastle.math.ec.endo that return ECEndomorphismMethods in org.bouncycastle.math.ec.endo with parameters of type ECEndomorphismModifier and TypeMethodDescriptionstatic ECPointEndoUtil.mapPoint(ECEndomorphism endomorphism, ECPoint p) voidEndoPreCompInfo.setEndomorphism(ECEndomorphism endomorphism)