aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/idea_sse2
Commit message (Expand)AuthorAgeFilesLines
* The new method of doing comparisons did not work all of the time: iflloyd2011-05-131-1/+3
* Fix the problem that prevented the SSE2 IDEA implementation fromlloyd2011-05-121-5/+1
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-8/+12
* Avoid VC cast warninglloyd2010-11-291-1/+1
* Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, whichlloyd2010-10-131-4/+4
* s/BLOCK_SIZE/block_size()/lloyd2010-10-131-4/+4
* Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-122-5/+5
* s/u32bit/size_t/ for block cipher parallelism querieslloyd2010-10-121-1/+1
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-2/+6
* Only call the scalar versions if we actually have leftover blocks tolloyd2010-06-221-2/+4
* In IDEA, Noekeon, Serpent, XTEA, provide and use ro accessor functionslloyd2010-06-211-2/+2
* More Doxygen fixeslloyd2010-06-151-1/+1
* Change BlockCipher::parallelism() to return the native parallelism oflloyd2010-05-251-1/+1
* Set parallelism defaults.lloyd2010-02-251-0/+2
* Kill unneeded includelloyd2010-01-121-1/+0
* Add last nights project, an SSE2 implementation of IDEA. Right about 4xlloyd2009-12-233-0/+263