Hello, I tried to use the DH2 from cryptopp library ( version 5.2.1 ) and unfortunately got a compilation issue ( I use msvc.net 2003 ):
: error C2259: 'CryptoPP::DH2' : cannot instantiate abstract class due to following members: 'CryptoPP::CryptoParameters &CryptoPP::KeyAgreementAlgorithm::AccessCryptoParameters(void)' : pure virtual function was not defined I saw that effectively the method "AccessCryptoParameters" is not implemented in DH2 class. I do not know if DH2 class is expected to be inherited, and then sub- class must implement the method. Or if this is something that was omitted in the class. Anyway, I have no idea about the way the method must be implemented. I am looking for a hint to implement the method. Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
