Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -1/+1 |
* | aesni: Avoid loading AES/GHASH round keys into local variables | Martin Willi | 2015-04-15 | 1 | -291/+252 |
* | aesni: Align all class instances to 16 byte boundaries | Martin Willi | 2015-04-15 | 1 | -2/+2 |
* | aesni: Use 4-way parallel AES-NI instructions for CTR en/decryption | Martin Willi | 2015-04-15 | 1 | -115/+354 |
* | aesni: Use dedicated round count specific encryption functions in CTR mode | Martin Willi | 2015-04-15 | 1 | -23/+243 |
* | aesni: Implement a AES-NI based CTR crypter using the key schedule | Martin Willi | 2015-04-15 | 1 | -0/+223 |