i'm trying to use a key from a string instead of the ever-popular
key.pv/key.pb file. i'm sure there some kludge to get it to work with
this library, but it's completely beyond me and my seemingly horrible
googling skills because i can't seem to find a single example of how
to do it.

i won't actually be hard-coding this. i just want a contrived example
in hopes of a simple explanation. :)

string privateKeyString = "...";
StringSource privString(privateKeyString, true, new HexDecoder);
RSASSA_PKCS1v15_SHA_Signer priv;//(privateKeyString);


thanks in advance for your help.
-- 
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