Projective Coordinates of Elliptic Curves
Projective Coordinates of Elliptic Curves
Elliptic Curves
Introduction
- In elliptic curve cryptography (ECC), field inversion is the
most computationally expensive operations. When using
affine coordinates, every point addition and doubling requires
at least one inversion, making these operations costly.
Affine Coordinates
- The standard coordinates represented using (x, y ) with x, y ∈ F are
called affine coordinates
- The affine point addition formulae for adding P = (x1 , y1 ) and Q = (x2 ,
y2 ) to obtain R = (x3 , y3 ) were given as
Affine Coordinates
● It is not necessary, and it can be derived from the other two coordinate
values x and y
● However, the projective coordinates allow to reduce the number of finite field
operations required for point addition and doubling
Projective Coordinates