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 ECEndomorphism
ECCurve.Config.endomorphism
protected ECEndomorphism
ECCurve.endomorphism
Methods 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 ECEndomorphism