Carsten wrote:
        //CFB_Mode_ExternalCipher::Decryption decCipher(aesDec, sbbIv);
        ECB_Mode_ExternalCipher::Decryption decCipher(aesDec, sbbIv);

CFB, OFB, and CTR modes need the "encrypt" direction of the underlying
block cipher, even to decrypt. I'll add some checks in the code to warn
about this.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Crypto++ 
Users" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cryptopp-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to