Uses of Interface
org.bouncycastle.math.ec.endo.GLVEndomorphism
-
Packages that use GLVEndomorphism 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 GLVEndomorphism in org.bouncycastle.math.ec
Fields in org.bouncycastle.math.ec declared as GLVEndomorphism Modifier and Type Field Description protected GLVEndomorphism
GLVMultiplier. glvEndomorphism
Constructors in org.bouncycastle.math.ec with parameters of type GLVEndomorphism Constructor Description GLVMultiplier(ECCurve curve, GLVEndomorphism glvEndomorphism)
-
Uses of GLVEndomorphism in org.bouncycastle.math.ec.endo
Classes in org.bouncycastle.math.ec.endo that implement GLVEndomorphism Modifier and Type Class Description class
GLVTypeBEndomorphism
-