Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add operator& and non-mutating rotates to SIMD_32 | lloyd | 2010-01-12 | 1 | -0/+5 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -1/+4 |
* | Make sure the SIMD_32 implementation we're using actually works on the | lloyd | 2009-11-24 | 1 | -1/+1 |
* | Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxes | lloyd | 2009-11-04 | 1 | -2/+7 |
* | Give each version of SIMD_32 a public bswap() | lloyd | 2009-10-29 | 1 | -11/+11 |
* | Add new function enabled() to each of the SIMD_32 instantiations which | lloyd | 2009-10-29 | 1 | -1/+4 |
* | Add copyright + license on the new SIMD files | lloyd | 2009-10-28 | 1 | -0/+3 |
* | Define SSE rotate_right in terms of rotate left, and load_be in terms | lloyd | 2009-10-28 | 1 | -3/+2 |
* | Add subtraction operators to SIMD_32 classes, needed for XTEA decrypt | lloyd | 2009-10-26 | 1 | -0/+10 |
* | Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32 | lloyd | 2009-10-26 | 1 | -0/+141 |