Problem: Having k (a private key) in ECC and the starting point P on the curve, write a simple program (as a pseudocode or any programming language) to efficiently (i.e. in terms of computability) calculate the public key. Again, 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.