aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAge
* fix compiler warningsEgor Tensin2016-10-17
* fix compiler warningsEgor Tensin2016-10-17
* add "portable" alignment macroEgor Tensin2016-10-15
* code styleEgor Tensin2016-10-10
* fix licensing noticesEgor Tensin2016-09-25
* fix GCC errorsEgor Tensin2016-06-21
* 'aesni' -> 'aes'Egor Tensin2016-05-19
* rename the projectEgor Tensin2016-05-19
* cxx: implement "boxes"Egor Tensin2015-10-20
* refactoringEgor Tensin2015-09-01
* refactoringEgor Tensin2015-07-28
* code styleEgor Tensin2015-07-06
* remove specialized buffer encryption functionsEgor Tensin2015-06-25
* refactoringEgor Tensin2015-06-24
* use macros to get rid of repetitive codeEgor Tensin2015-06-24
* boxes: a number of improvementsEgor Tensin2015-06-22
* bugfix & code styleEgor Tensin2015-06-21
* add buffer encryption to "boxes"Egor Tensin2015-06-19
* refactoringEgor Tensin2015-06-19
* error message updateEgor 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
* 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
* error handling refactoring + more docsEgor Tensin2015-06-15
* add error message formatting functionsEgor Tensin2015-06-11
* rename source filesEgor Tensin2015-06-11
* add error codes & messages to the libraryEgor Tensin2015-06-11
* add `assert`sEgor Tensin2015-06-11
* refactoringEgor Tensin2015-06-11
* fix register usage in the asm implementationEgor Tensin2015-06-10
* bugfixEgor Tensin2015-06-10
* BE block I/O by defaultEgor Tensin2015-06-10
* src/aes*.asm -> src/asm/, src/aes*.c -> src/c/Egor Tensin2015-06-10
* rename source filesEgor Tensin2015-06-10
* refactoringEgor Tensin2015-06-10
* add file encryption utils for AES-128-ECBEgor Tensin2015-06-10
* refactoringEgor Tensin2015-06-05
* aes192.asm: bugfixEgor Tensin2015-06-05