Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -608/+0 |
* | Add new helper zap which zeros a vector, clears it, and then calls | lloyd | 2012-11-29 | 1 | -0/+17 |
* | For block and stream ciphers, don't set the size of the key vectors | lloyd | 2012-05-25 | 1 | -0/+9 |
* | Replace 0 and NULL pointer constants with nullptr. Also fix an old | lloyd | 2012-05-18 | 1 | -1/+1 |
* | Maintainer mode warning cleanups, mostly for C style casts which I | lloyd | 2011-04-18 | 1 | -29/+29 |
* | Use size_t rather than u32bit in SymmetricAlgorithm | lloyd | 2010-10-13 | 1 | -3/+3 |
* | Use size_t rather than u32bit for the blocks argument of encrypt_n | lloyd | 2010-10-12 | 1 | -19/+19 |
* | Add also AES-192 using SSSE3 | lloyd | 2010-08-12 | 1 | -23/+129 |
* | Support AES-256 is the SSSE3 implementation | lloyd | 2010-08-12 | 1 | -4/+72 |
* | Use _mm_set_epi32 instead of _mm_set_epi64x - VC++ obnoxiously only | lloyd | 2010-08-11 | 1 | -78/+78 |
* | Add an implementation of AES-128 using SSSE3 instructions. It runs in | lloyd | 2010-08-09 | 1 | -0/+408 |