I'm trying to learn how RSA works. From what I found online, I'm supposed to generate private key using Extended Euclidean algorithm.
I've managed to generate the public key, but don't know how to use EEA to generate the private key. How should I exactly input into EEA, and how to process the output?