Hi All, I am interested in extracting RSA code from Crypto++. I want to verify signature (of hash of some file) using RSAVerifyFile API. I would like to know how are public exponent (e) and modulus (n) extracted from the public key fed to RSAVerifyFile. RSAFunction::ApplyFunction contains a_exp_b_mod_c which basically performs (a^b mod c) using signature, e and n. Can anyone please tell from where and how e and n are coming actually?
Thanks a lot! ~Rohit~ --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
