![]() | 4.2 Arithmetic in an Elliptic Curve Group over F2m
Elliptic curve groups over F2m have a finite number of points, and their arithmetic involves nor round off error. This combined with the binary nature of the field, F2m arithmetic can be performed very efficiently by a computer.
The following algebraic rules are applied for arithmetic over F2m: |
4.2.1 Adding distinct points P and Q
The negative of the point P = (xP, yP) is the point -P = (xP, xp + yP). If P and Q are distinct points such that P is not -Q, then
l = (yP - yQ) / (xP + xQ)
xR = l2 + l + xP + xQ + a and
yR = l(xP + xR) + xR + yP
As with elliptic curve groups over real numbers, P + (-P) = O, the point at infinity. Furthermore, P + O = P for all points P in the elliptic curve group. If xP = 0, the 2P = O Provided that xP is not 0,
l = xP + yP / 2xP xR = l2 + l + a and Recall that a is one of the parameters chosen with the elliptic curve and that l is the slope of the line through P and Q | |
![]()
![]() ![]() ![]() |
|