Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add also AES-192 using SSSE3 | lloyd | 2010-08-12 | 2 | -23/+149 |
* | Support AES-256 is the SSSE3 implementation | lloyd | 2010-08-12 | 2 | -5/+93 |
* | Use _mm_set_epi32 instead of _mm_set_epi64x - VC++ obnoxiously only | lloyd | 2010-08-11 | 2 | -79/+79 |
* | Only enable aes_ssse3 when compiling with GCC or Clang. For some dumbass | lloyd | 2010-08-09 | 1 | -0/+7 |
* | Add an implementation of AES-128 using SSSE3 instructions. It runs in | lloyd | 2010-08-09 | 3 | -0/+454 |