aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_ssse3/aes_ssse3.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-608/+0
* Add new helper zap which zeros a vector, clears it, and then callslloyd2012-11-291-0/+17
* For block and stream ciphers, don't set the size of the key vectorslloyd2012-05-251-0/+9
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-29/+29
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-3/+3
* Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-121-19/+19
* 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