aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/noekeon_simd
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-215/+0
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-2/+2
* Split the SIMD implementations into their own modules and choose onelloyd2011-05-241-1/+1
* Fix location of online docs in readmelloyd2011-04-151-2/+12
* Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-122-6/+6
* s/u32bit/size_t/ for block cipher parallelism querieslloyd2010-10-121-1/+1
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-2/+2
* 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-0/+4
* 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
* Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-123-0/+197