aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/serpent_simd/serp_simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix building with --via-amalgamation; it wouldn't generate thelloyd2011-06-031-1/+432
* 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-2/+2
* 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
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-2/+6
* Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-291-0/+206