aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/noekeon_simd/noekeon_simd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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