A.12 Examples for Chapter 21
Example 40
All of the elliptic curves we work with in this chapter are elliptic curves . However, it is helpful to use the graphs of elliptic curves with real numbers in order to visualize what is happening with the addition law, for example, even though such pictures do not exist . Therefore, let’s graph the elliptic curve . We’ll specify that and :
In[1]:= ContourPlot[ == x*(x - 1)*(x + 1), {x, -1, 3 }, {y, -5, 5 }]
Example 41
Add the points (1, 3) and (3, 5) on the elliptic curve .
In[2]:= addell[ {1, 3 }, {3, 5 }, ...
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.