On Wed, Dec 15, 2010 at 12:55 AM, Kannan J <kannan_jayapraka...@yahoo.co.in>wrote:
> > From my relentless search on the internet I hit upon this webpage > http://www.mobilefish.com/services/rsa_key_generation/rsa_key_generation.php > http://groups.google.com/group/sci.crypt/browse_frm/thread/d228e099f78164e3 which accepts prime values and generates the rest of the exponents and > coefficients. It mentions "Enter CRT coefficient (qInv)*: qInv = q-1 mod p > " > I wonder if the smart card user guide might have printed P-1 instead of P-1. > > Even so I don't know how such a small real number obtained after taking the > inverse can be a big integer. In fact Java BigInteger doesn't allow raising > to a negative exponent value. > -1 simply means the inverse. [SNIP HTML]