> I want to show RSA parameters(modulus,e,d) in Hex format
std::cout << std::hex << e << std::endl;

On 2/24/09, Gary <[email protected]> wrote:
>
> Hi friends;
> Here is "DumpRSAKeys" code:
>
> [SNIP]
>
> I want to show RSA parameters(modulus,e,d) in Hex format(e.g
> 0x4d ...),but this output is in decimal format!
>
> What should I do for this purpose?
>
> Thanks in Advance.
> Gary
>

--~--~---------~--~----~------------~-------~--~----~
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.
-~----------~----~----~----~------~----~------~--~---

Reply via email to