aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_ssse3
Commit message (Expand)AuthorAgeFilesLines
* Add also AES-192 using SSSE3lloyd2010-08-122-23/+149
* Support AES-256 is the SSSE3 implementationlloyd2010-08-122-5/+93
* Use _mm_set_epi32 instead of _mm_set_epi64x - VC++ obnoxiously onlylloyd2010-08-112-79/+79
* Only enable aes_ssse3 when compiling with GCC or Clang. For some dumbasslloyd2010-08-091-0/+7
* Add an implementation of AES-128 using SSSE3 instructions. It runs inlloyd2010-08-093-0/+454