On Feb 17, 11:48 am, Magnus J <[email protected]> wrote:
> Hi,
>
> How do I go about using RSA for signing an already calculated hash?
>
> I've found the PK_Signer method Sign() but how do I get my hash into a
> PK_MessageAccumulator?
>
> Is there another or even correct way of doing this that I'm missing?
I'm not sure that it incorrect - maybe just non-standard??? Its
probably easiest to call the RSA decrypt function on the cipher text
(i.e., the hash) yourself. http://www.cryptopp.com/wiki/Raw_rsa

Jeff

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