aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/noekeon_simd/noekeon_simd.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-31/+0
* Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-121-2/+2
* s/u32bit/size_t/ for block cipher parallelism querieslloyd2010-10-121-1/+1
* More Doxygen fixeslloyd2010-06-151-2/+2
* Change BlockCipher::parallelism() to return the native parallelism oflloyd2010-05-251-1/+1
* Set parallelism defaults.lloyd2010-02-251-0/+2
* Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-121-0/+29