Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -1/+1 |
* | Fix stupid typo | lloyd | 2010-03-03 | 1 | -1/+1 |
* | Pass the args to SIMD_32 variant of rotate_left/rotate_right as const | lloyd | 2010-03-03 | 1 | -6/+6 |
* | Add operator& and non-mutating rotates to SIMD_32 | lloyd | 2010-01-12 | 1 | -0/+16 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -3/+3 |
* | Add an andc operation, in SSE2 and AltiVec, may be useful for Serpent sboxes | lloyd | 2009-11-04 | 1 | -2/+0 |
* | Add copyright + license on the new SIMD files | lloyd | 2009-10-28 | 1 | -0/+3 |
* | Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32 | lloyd | 2009-10-26 | 1 | -0/+29 |