Hello, I am trying to do an interop between Crypto++ decryption and ASM AES encryption (running on a programable chip).
I am using SetKeyWithIV, and am trying to figure out from the source how IV affects the key in Rijndael::Base::UncheckedSetKey so I can match it to ASM, but I can't figure it out. Can someone please explain where IV or NameValuePairs is used in the source to mangle the key before decryption? From what I see in the source those parameters aren't even used. --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
