aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni (follow)
Commit message (Expand)AuthorAge
* cxx: implement "boxes"Egor Tensin2015-10-20
* add missing `assert`sEgor Tensin2015-10-18
* refactoringEgor Tensin2015-09-01
* refactoringEgor Tensin2015-07-28
* remove specialized buffer encryption functionsEgor Tensin2015-06-25
* add missing extern "C" {Egor Tensin2015-06-24
* refactoringEgor Tensin2015-06-24
* use macros to get rid of repetitive codeEgor Tensin2015-06-24
* boxes: a number of improvementsEgor Tensin2015-06-22
* add buffer encryption to "boxes"Egor Tensin2015-06-19
* refactoringEgor Tensin2015-06-19
* add call stacks to errorsEgor Tensin2015-06-19
* OFB/CTR decryption is the same as encryptionEgor Tensin2015-06-19
* add CTR mode to "boxes"Egor Tensin2015-06-19
* respect the generic interface in CTR functionsEgor Tensin2015-06-19
* add more block arithmetic functionsEgor Tensin2015-06-19
* refactoringEgor Tensin2015-06-18
* better error messages + refactoringEgor Tensin2015-06-18
* factoring out AES-specific stuffEgor Tensin2015-06-17
* refactoringEgor Tensin2015-06-17
* factoring out AES-specific stuffEgor Tensin2015-06-17
* refactoringEgor Tensin2015-06-17
* factor out 128-bit XORingEgor Tensin2015-06-17
* add "boxes" as a uniform encryption interfaceEgor Tensin2015-06-17
* add the "Not implemented" errorEgor Tensin2015-06-17
* code styleEgor Tensin2015-06-17
* handle block formatting/printing functions errorsEgor Tensin2015-06-16
* handle block parsing errors the standard wayEgor Tensin2015-06-15
* code styleEgor Tensin2015-06-15
* error handling refactoring + more docsEgor Tensin2015-06-15
* update the docsEgor Tensin2015-06-13
* add function docs to parts of the libraryEgor Tensin2015-06-12
* add error message formatting functionsEgor Tensin2015-06-11
* add error codes & messages to the libraryEgor Tensin2015-06-11
* add `assert`sEgor Tensin2015-06-11
* refactoringEgor Tensin2015-06-11
* add extern "C" {Egor Tensin2015-06-10
* code styleEgor Tensin2015-06-10
* rename header filesEgor Tensin2015-06-10
* refactoringEgor Tensin2015-06-10
* add file encryption utils for AES-128-ECBEgor Tensin2015-06-10
* ditche _mm_store_* in favor of simple assignmentsEgor Tensin2015-06-05
* refactoringEgor Tensin2015-06-05
* aes192.asm: bugfixEgor Tensin2015-06-05
* code styleEgor Tensin2015-06-05
* SSE3 for byte order reversalEgor Tensin2015-06-04
* explicitly separate BE vs. LE block I/O functionsEgor Tensin2015-06-04
* refactoringEgor Tensin2015-06-04
* grammar tweaksEgor Tensin2015-06-04
* add CTR modeEgor Tensin2015-06-04