aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/serpent_simd
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-262/+0
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Remove duplicate definition of Serpent sboxeslloyd2013-11-021-433/+2
* Fix building with --via-amalgamation; it wouldn't generate thelloyd2011-06-033-430/+432
* Split the SIMD implementations into their own modules and choose onelloyd2011-05-241-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-4/+4
* 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-2/+2
* Change BlockCipher::parallelism() to return the native parallelism oflloyd2010-05-251-1/+1
* Set parallelism defaults.lloyd2010-02-251-0/+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-162-2/+18
* Add missing header guards to package.h and botan.hlloyd2009-12-021-2/+2
* Indent and avoid one extra assignmentlloyd2009-11-041-3/+2
* Kill realnames on new modules not in mailinelloyd2009-10-291-1/+0
* propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6...lloyd2009-10-291-1/+0
* Rename SSE2 stuff to be generally SIMD since it supports at least SSE2lloyd2009-10-294-0/+670