aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/noekeon_simd/noekeon_simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-177/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-2/+2
* 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-121-4/+4
* 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
* Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2lloyd2010-01-121-0/+161