aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/simd_engine
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
* Don't hide funcions in engine subclasses that are public in baselloyd2010-06-161-1/+1
* More Doxygen updates/fixeslloyd2010-06-151-0/+3
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-072-2/+2
* 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-163-2/+10
* 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 engine to simdlloyd2009-10-291-1/+1
* propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...lloyd2009-10-291-2/+0
* Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-293-0/+88