[SEEDLAB] CRYPTOGRAPHY WRITEUP (RSA) #3
The example source code has been provided by the task. What I need to do is that I need tocalculate the private key d by using the BIGNUM APIs and (e,n) as the public key and (d, n) as the privatekey. By filling out the lines of the given code, I can solve the task..