As for all elliptic curves, also for the twisted Edwards curve, it is possible to do some operations between its points, such as adding two of them or doubling one. The results of these operations are always points that belong to the curve itself. In the following sections some formulas are given to obtain the coordinates of a point resulted from an addition between two other points, or the coordinates of point resulted from a doubling of a single point on a curve.
Addition on twisted Edwards curves
Let be a field with characteristic different from 2. Let and be points on the twisted Edwards curve. The equation of twisted Edwards curve is written as; The sum of these points on EE,a,d is: The neutral element is and the negative of is These formulas also work for doubling. If a is a square in and d is a non-square in , these formulas are complete: this means that they can be used for all pairs of points without exceptions; so they work for doubling as well, and neutral elements and negatives are accepted as inputs. Example of addition Given the following twisted Edwards curve with a = 3 and d = 2: ; it is possible to add the points and using the formula given above. The result is a point P3 that has coordinates:
Doubling on twisted Edwards curves
Doubling can be performed with exactly the same formula as addition. Doubling of a point on the curve EE,a,d is: = where Example of doubling Considering the same twisted Edwards curve given in the previous example, with a=3 and d=2, it is possible to double the point. The point 2P1 obtained using the formula above has the following coordinates: It is easy to see, with some little computations, that the point belongs to the curve.
Extended coordinates
There is another kind of coordinate system with which a point in the twisted Edwards curves can be represented. A point on is represented as X, Y, Z, T satisfying the following equations x = X/Z, y = Y/Z, xy = T/Z. The coordinates of the point are called the extended twisted Edwards coordinates. The identity element is represented by. The negative of a point is.
The coordinates of the point are called the inverted twisted Edwards coordinates on the curve with ; this point to the affine one on EE,a,d. Bernstein and Lange introduced these inverted coordinates, for the case a=1 and observed that the coordinates save time in addition.
Projective twisted Edwards coordinates
The equation for the projective twisted Edwards curve is given as: For Z1 ≠ 0 the point represents the affine point on EE,a,d. Expressing an elliptic curve in twisted Edwards form saves time in arithmetic, even when the same curve can be expressed in the Edwards form.
The addition on a projective twisted Edwards curve is given by and costs 10Multiplications + 1Squaring + 2D + 7 additions, where the 2D are one multiplication by a and one by d. ;Algorithm
Doubling on projective twisted curves
Doubling on the projective twisted curve is given by This costs 3Multiplications + 4Squarings + 1D + 7additions, where 1D is a multiplication by a. ;Algorithm: