21.2 Elliptic Curves Mod p

If p is a prime, we can work with elliptic curves mod p using the aforementioned ideas. For example, consider

E:y2x3+4x+4(mod5).

The points on E are the pairs (x, y) mod 5 that satisfy the equation, along with the point at infinity. These can be listed as follows. The possibilities for x mod 5 are 0, 1, 2, 3, 4. Substitute each of these into the equation and find the values of y that solve the equation:

x0y24y2, 3(mod5)x1y294y2, 3(mod5)x2y2200y0, 3(mod5)x3y2433no solutionsx4y2844y2, 3(mod5)x=y=.

The points on E are (0, 2), (0, 3), (1, 2), (1, 3), (2, 0), (4, 2), (4, 3), (, ).

The addition of points on an elliptic curve mod p is done via the same formulas as ...

Get Introduction to Cryptography with Coding Theory, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.