Question: 7) Write a simple program (as a pseudocode or any programming language) to show how one can use it to try to find the
7) Write a simple program (as a pseudocode or any programming language) to show how one can use it to try to find the private key in ECC (having two points P and Q). Assume the starting point on the curve is P and the public key is Q which is another point on the curve, additionally, in your pseudocode or program assume the operation "." (in some documents it is shown by "+") has been defined so you can simply apply it on two points on the curve. [4 marks] Explain in which circumstances such a program can find the private key. [2 marks]
Step by Step Solution
3.47 Rating (157 Votes )
There are 3 Steps involved in it
Pseudocode for finding the private key in ECC InputTwo points on the elliptic curveP and Qwhere P is the starting point and Q is the public keyOutputThe private key k Initialize a counter i to 1 While ... View full answer
Get step-by-step solutions from verified subject matter experts
