summaryrefslogtreecommitdiff
path: root/authenc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-4/+3
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-3/+3
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* clarify error messagesweidai2009-03-131-5/+6
|
* tweaks/fixes for 5.6weidai2009-03-031-1/+1
|
* changes for 5.6: weidai2009-03-021-0/+179
- added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required