Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -1/+1 |
* | Change BlockCipher::parallelism() to return the native parallelism of | lloyd | 2010-05-25 | 1 | -3/+3 |
* | Remove SecureBuffer, which is the fixed-size variant of SecureVector. | lloyd | 2010-03-23 | 1 | -3/+3 |
* | Set parallelism defaults. | lloyd | 2010-02-25 | 1 | -0/+6 |
* | Remove SSE4 dependency in AES-192 key schedule, and also avoid requiring | lloyd | 2009-11-10 | 1 | -1/+1 |
* | Add AES-192 using AES-NI. Tested OK with Intel's simulator. | lloyd | 2009-11-10 | 1 | -0/+26 |
* | Add AES-256 using AES-NI | lloyd | 2009-11-10 | 1 | -0/+17 |
* | Make the AES implementation using Intel's AES instruction extension official; | lloyd | 2009-11-10 | 1 | -2/+2 |
* | Add a complete but untested AES-128 using the AES-NI intrinsics. | lloyd | 2009-11-06 | 1 | -45/+5 |
* | Stub for AES class using Intel's AES-NI instructions and an engine for | lloyd | 2009-11-06 | 1 | -0/+74 |