summaryrefslogtreecommitdiff
path: root/gcm.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix compile on GCC 4.4 and greaterweidai2010-07-291-12/+3
* fix compile on Sun CCweidai2010-07-281-3/+7
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-15/+192
* add "volatile" to prevent compiler optimizing away codeweidai2010-06-181-1/+1
* fix compile on MSVC 6 and MSVC 2003weidai2009-03-151-2/+7
* speed up GCM key setupweidai2009-03-131-3/+7
* fix Sun Studio compileweidai2009-03-131-1/+1
* - add EAX mode, XSalsa20weidai2009-03-121-131/+43
* tweaks/fixes for 5.6weidai2009-03-031-3/+3
* changes for 5.6: weidai2009-03-021-0/+735