Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set parallelism defaults. | lloyd | 2010-02-25 | 1 | -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_SSE2 | lloyd | 2010-01-12 | 3 | -0/+197 |
and 1.6x faster using SIMD_Scalar. |