Package dk.jonaslindstrom.ruffini.elliptic.structures
package dk.jonaslindstrom.ruffini.elliptic.structures
-
ClassesClassDescriptionEdwardsCurve<E,
F extends Field<E>> Instances of this class represents a curve over a field over elements of typeE
satisfying the equation x2 + y2 = 1 + d x2 y2.MontgomeryCurve<E,F extends Field<E>> Curve on Montgomery form By2 = x3 + Ax2 + x.ShortWeierstrassCurveAffine<E,F extends Field<E>>