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 | -551/+447 |
* | aesni: Align all class instances to 16 byte boundaries | Martin Willi | 2015-04-15 | 1 | -2/+2 |
* | aesni: Calculate GHASH for 4 blocks of associated data in parallel | Martin Willi | 2015-04-15 | 1 | -2/+18 |
* | aesni: Calculate GHASH for 4 blocks of encryption data in parallel | Martin Willi | 2015-04-15 | 1 | -40/+180 |
* | aesni: Use 4-way parallel en/decryption in GCM | Martin Willi | 2015-04-15 | 1 | -132/+635 |
* | aesni: Use dedicated key size specific en-/decryption functions in GCM | Martin Willi | 2015-04-15 | 1 | -24/+353 |
* | aesni: Add a GCM AEAD based on the AES-NI key schedule | Martin Willi | 2015-04-15 | 1 | -0/+563 |