Consider the elliptic curve group based on the equation
y2≡x3+ax+bmodp
where a=3, b=2, and p=5
.
This curve contains the point P=(1,1)
. We will use the Double and Add algorithm to efficiently compute 23P
.
In the space below enter a comma separated list of the points that are considered during the computation of 23P
when using the Double and Add algorithm. Begin the list with P and end with 23P. If the point at infinity occurs in your list, please enter it as (0,inf).