I don't understand how use the key obtained from the diffie hellaman key exchange with the symmetric cipher 3-des. The key obtained with the key exchange is a SecByteBlock object and the key used for the encryption is a byte object.
SecByteBlock secretKeyA; secretKeyA(dhBSecByteBlock.AgreedValueLength()); byte key[ CryptoPP::CIPHER::DEFAULT_KEYLENGTH ] --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
