Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |