Hi, I want to have the ability of retrieving each of the two parts of the encrypted message (g^y , m*h^y). I would like some way to extract them as "Integer"s. How to do this?
The code I am using to generate the keys is: ElGamalDecryptor Decryptor(rng , generator , Integer(2)); ElGamalEncryptor Encryptor(Decryptor); Decryptor.AccessMaterial().Save(privFile); Encryptor.AccessMaterial().Save(pubFile); --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
