Class EdwardsCurve<E,F extends Field<E>>

java.lang.Object
dk.jonaslindstrom.ruffini.elliptic.structures.EdwardsCurve<E,F>
All Implemented Interfaces:
AdditiveGroup<EdwardsPoint<E>>, CommutativeMonoid<EdwardsPoint<E>>, Set<EdwardsPoint<E>>

public class EdwardsCurve<E,F extends Field<E>> extends Object implements AdditiveGroup<EdwardsPoint<E>>
Instances of this class represents a curve over a field over elements of type E satisfying the equation x2 + y2 = 1 + d x2 y2.