Yes, that's really so: > In my humble opinion, the problem is on deallocation; ... > Again, this approach: GCM<AES>::Encryption * e = new GCM<AES>::Encryption; e->SetKeyWithIV(key.BytePtr(), key.SizeInBytes(), iv, sizeof(iv)); fixed an issue. But this is definitely not a solution, as AuthenticatedEncryptionFilter requires a link to Encryption, and not a pointer.
-- -- 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. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
