aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/idea_sse2/idea_sse2.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-121-3/+3
* 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
* Kill unneeded includelloyd2010-01-121-1/+0
* Add last nights project, an SSE2 implementation of IDEA. Right about 4xlloyd2009-12-231-0/+227