aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/serpent_sse2
Commit message (Expand)AuthorAgeFilesLines
* Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32lloyd2009-10-262-403/+361
* Remove add blocks from block cipher info fileslloyd2009-09-291-8/+0
* Instead of each SSE2 implementation specifying which compilers + CPUs itlloyd2009-08-271-12/+0
* For handling the last few blocks in Serpent_SSE2, invoke encrypt_n withlloyd2009-08-121-12/+2
* Add SSE2 Serpent decryptionlloyd2009-08-122-1/+307
* Small code cleanups in SSE2 Serpentlloyd2009-08-122-192/+195
* Use SSE2 unpack instructions instead of unions for input/output conversion.lloyd2009-08-122-300/+263
* Add full 4-way SSE2 Serpent encryption. Load/store operations are vialloyd2009-08-123-47/+290
* Make encrypt_n public for all BlockCipher implementations - unlike thelloyd2009-08-113-0/+226