Hi, I have been a bit surprised, that after initializing InvertibleRSAFunction with non-CRT RSA arguments (n,e,d) I have obtained private key that looks like CRT. After digging into Initialize (const Integer &n, const Integer &e, const Integer &d) function I realized, that there are some calculations which reconstructs the rest of CRT elements. Could anybody give me any explanation? What is the name of that algorithm? Is it the way to reconstruct exact value of P/ Q or not? What about security?
Thanks in advance! -- Adam Augustyn -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com.
