aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_ssse3/aes_ssse3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add also AES-192 using SSSE3lloyd2010-08-121-23/+129
* Support AES-256 is the SSSE3 implementationlloyd2010-08-121-4/+72
* Use _mm_set_epi32 instead of _mm_set_epi64x - VC++ obnoxiously onlylloyd2010-08-111-78/+78
* Add an implementation of AES-128 using SSSE3 instructions. It runs inlloyd2010-08-091-0/+408