Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add also AES-192 using SSSE3 | lloyd | 2010-08-12 | 1 | -0/+2 |
* | Support AES-256 is the SSSE3 implementation | lloyd | 2010-08-12 | 1 | -0/+2 |
* | Add an implementation of AES-128 using SSSE3 instructions. It runs in | lloyd | 2010-08-09 | 1 | -0/+9 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -1/+1 |
* | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 1 | -0/+9 |
* | Add last nights project, an SSE2 implementation of IDEA. Right about 4x | lloyd | 2009-12-23 | 1 | -4/+10 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Make sure the SIMD_32 implementation we're using actually works on the | lloyd | 2009-11-24 | 1 | -0/+4 |
* | Rename SSE2 stuff to be generally SIMD since it supports at least SSE2 | lloyd | 2009-10-29 | 1 | -0/+54 |