aboutsummaryrefslogtreecommitdiffstats
path: root/src/block/aes_ssse3/aes_ssse3.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-71/+0
* Add new helper zap which zeros a vector, clears it, and then callslloyd2012-11-291-3/+3
* For block and stream ciphers, don't set the size of the key vectorslloyd2012-05-251-6/+0
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-3/+3
* In all cases where the block size of the cipher is fixed, the keylloyd2010-10-141-9/+6
* Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, whichlloyd2010-10-131-6/+9
* Use size_t rather than u32bit in SymmetricAlgorithmlloyd2010-10-131-3/+3
* Use size_t rather than u32bit for the blocks argument of encrypt_nlloyd2010-10-121-6/+6
* Completely remove the second parameter to SecureVector which specifieslloyd2010-09-141-6/+6
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-3/+3
* Add also AES-192 using SSSE3lloyd2010-08-121-0/+20
* Support AES-256 is the SSSE3 implementationlloyd2010-08-121-1/+21
* Add an implementation of AES-128 using SSSE3 instructions. It runs inlloyd2010-08-091-0/+37