aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/noekeon_simd
Commit message (Collapse)AuthorAgeFilesLines
* Set parallelism defaults.lloyd2010-02-251-0/+2
| | | | | | | | Default unless specified is now 4. For SIMD code, use 2x the number of blocks which are processed in parallel using SIMD by that cipher. It may make sense to increase this to 4x or even more, further experimentation is necessary.
* Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-123-0/+197
and 1.6x faster using SIMD_Scalar.