Tutorial-IV (Mathematical Background)
Elliptic Curve Cryptography
1. Find the points on elliptic curve E23 (1,1)
The elliptic curve is defined by the equation:
where , , and . So, the equation becomes:
We need to find the pairs that satisfy this equation for and .
By trying all possible values for and finding corresponding we get these points:
2. Perform the addition on the following 2D points
,
Point Addition:
If and , then is calculated as follows:
-
Case 1: P ≠ Q
-
Case 2: P = Q (Point Doubling)
Calculations:
Since , we use Case 1:
Therefore,
3. Consider and perform the following scalar multiplication and show the resultant point obtained.
(i) 4*P where P = (1,4)
- 2P:
- 4P = 2P + 2P:
(ii) 3*Q where Q = (8,1)
- 2Q:
- 3Q = 2Q + Q: