Hi Cleohm, There are a few RSA examples at http://www.cryptopp.com/wiki/RSA. Is this what you are referring? They are usually a shameless rip of Wei's code in test.cpp, and the various validate#.cpp files.
As far as 'where to put the signature' (endpoints) - any Sink is a convenient destination. This would include , Files, Stings, Network, etc. See http://www.cryptopp.com/fom-serve/cache/49.html or http://www.cryptopp.com/wiki/Sink. Jeff On 2/7/07, cleohm <[EMAIL PROTECTED]> wrote: > > Hi, > > I am currently working on a RSA verify function that accepts a public > key of the type RSAES_OAEP_SHA_Encryptor as well as message and signed > data of the type string. I saw an example where the message and > signed data are stored in a file which is not what I want. Does > anyone got any sample code to share? > > Regards > > cleohm --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
