thanks, that exactly the sort of thing I am looking for. Unfortunately that test code links in cryptlibd.lib, which I am having trouble building. I'm interested in just pulling in the aes.cpp and gcm.cpp source. Just on the off chance someone knows, I'm seeing 800 Mbits/sec being quoted for the crypto++ implementation of aes-gcm. Do you know if that is achieved using the xmm registers on a 32-bit arch? Most implementations I've seen rely on the 64-bit arch (and 8 additional xmm registers).
thanks. On Aug 25, 12:33 pm, Dillon Beresford <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > kt wrote: > > Can anyone direct me to some sample code that uses the crypto++ > > classes that implement the aes-gcm algorithm? > > > thanks. > > > kt, > > Check the wiki Wei has everything there. :-) > > Simple enough to take this code and write up a AES-GCM Class. > > http://www.cryptopp.com/wiki/Advanced_Encryption_Standard > > p, li { white-space: pre-wrap; } > > http://www.cryptopp.com/w/images/8/8d/AES-GCM-Test.zip > > Best, > > Dillon > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org/ > > iEYEARECAAYFAkqUPHsACgkQRnxC5lZRuuFsmACfbbSdIE1+txa6naTkb0KS4doK > dEcAoOZLNgVG0RT9u+cG3DN7KAPSoo2F > =MIVp > -----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. -~----------~----~----~----~------~----~------~--~---
