aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/simd_engine/simd_engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add also AES-192 using SSSE3lloyd2010-08-121-0/+2
* Support AES-256 is the SSSE3 implementationlloyd2010-08-121-0/+2
* Add an implementation of AES-128 using SSSE3 instructions. It runs inlloyd2010-08-091-0/+9
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
* Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-121-0/+9
* Add last nights project, an SSE2 implementation of IDEA. Right about 4xlloyd2009-12-231-4/+10
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-1/+1
* Make sure the SIMD_32 implementation we're using actually works on thelloyd2009-11-241-0/+4
* Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-291-0/+54