B.12 Examples for Chapter 21
Example 40
All of the elliptic curves we work with in this chapter are elliptic curves mod However, it is helpful 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 mod
Let’s graph the elliptic curve We’ll specify that and and make sure that x
and y
are cleared of previous values.
> x:=’x’;y:=’y’;implicitplot(2=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
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.