Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32 | lloyd | 2009-10-26 | 2 | -403/+361 |
* | Remove add blocks from block cipher info files | lloyd | 2009-09-29 | 1 | -8/+0 |
* | Instead of each SSE2 implementation specifying which compilers + CPUs it | lloyd | 2009-08-27 | 1 | -12/+0 |
* | For handling the last few blocks in Serpent_SSE2, invoke encrypt_n with | lloyd | 2009-08-12 | 1 | -12/+2 |
* | Add SSE2 Serpent decryption | lloyd | 2009-08-12 | 2 | -1/+307 |
* | Small code cleanups in SSE2 Serpent | lloyd | 2009-08-12 | 2 | -192/+195 |
* | Use SSE2 unpack instructions instead of unions for input/output conversion. | lloyd | 2009-08-12 | 2 | -300/+263 |
* | Add full 4-way SSE2 Serpent encryption. Load/store operations are via | lloyd | 2009-08-12 | 3 | -47/+290 |
* | Make encrypt_n public for all BlockCipher implementations - unlike the | lloyd | 2009-08-11 | 3 | -0/+226 |