Package de.flexiprovider.common.math.ellipticcurves

This package provides the classes for elliptic curves over prime fields (GF (p), p prime) and finite fields with characteristic 2 (GF (2n), n integer) and their points.

See:
          Description

Class Summary
EllipticCurve This class is the top-interface for elliptic curves over finite fields.
EllipticCurveGF2n This class provides features for elliptic curves over finite fields with characteristic 2 (GF(2n).
EllipticCurveGFP This class holds elliptic curves over prime fields GF (p).
Point This abstract class implements points and their arithmetic on elliptic curves over finite prime fields as well as over finite fields with characteristic 2.
PointGF2n This class implements points and their arithmetic on elliptic curves over finite fields with characteristic 2 (GF(2n)).
PointGFP This class implements points and their arithmetic on elliptic curves over finite prime fields (GF(p)).
ScalarMult  
 

Package de.flexiprovider.common.math.ellipticcurves Description

This package provides the classes for elliptic curves over prime fields (GF (p), p prime) and finite fields with characteristic 2 (GF (2n), n integer) and their points.

The class BigIntegerFunctions provides the computation of the jacobi-value of two integers and of the square root of an integer modulo a prime.