Thanks. I forgot to mention that you can find some test/sample code that exercises the Filter wrappers for AuthenticatedSymmetricCipher in TestAuthenticatedSymmetricCipher(), datatest.cpp.
Also, do not test on non-x86/x64 machines yet. I'm still porting the new code to other CPUs. -------------------------------------------------- From: "Dillon Beresford" <[email protected]> Sent: Sunday, March 01, 2009 10:50 PM To: "Wei Dai" <[email protected]> Cc: "Crypto++ Users" <[email protected]> Subject: Re: 5.6 alpha > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Wei Dai wrote: >> I have a few things left to do for the 5.6 release, but I'd like to have >> some outside testing and feedback on the changes so far. These are: > Nice work Wei! I like the added AuthenticatedSymmetricCipher interface > class. I'll be playing around with it this week. >> >> 5.6 - added AuthenticatedSymmetricCipher interface class and Filter > wrappers >> - added CCM, GCM (with SSE2 assembly), CMAC, and SEED >> - improved AES speed on x86 and x64 >> - fixed run-time validation error on x86-64 with GCC 4.3.2 -O2 >> - fixed HashFilter bug when putMessage=true >> - fixed warnings with GCC 4.3 >> - fixed compiler error in vmac.cpp on x86 with GCC -fPIC >> - fixed incorrect VMAC computation on message lengths >> that are >64 mod 128 (x86 assembly version is not affected) >> - removed WORD64_AVAILABLE; compiler 64-bit int support is now required >> >> You can get the code from SVN, or at >> http://www.cryptopp.com/temp/c5_20090301.zip. Remember to unzip with -a >> on >> Unix. >> >> >> > >> > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkmrgbwACgkQRnxC5lZRuuHVpwCgi1RqHAVh/3/ayXU4GJx+1Oqx > pjoAn3Mf2F8Ll6vd58sYr+gEsAO11qnh > =n/mT > -----END PGP SIGNATURE----- > > > > --~--~---------~--~----~------------~-------~--~----~ 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. -~----------~----~----~----~------~----~------~--~---
