aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Expand)Author
2019-12-21restructure the projectEgor Tensin
2019-08-20Windows.h > windows.hEgor Tensin
2017-06-25code styleEgor Tensin
2017-05-03code styleEgor Tensin
2016-10-17fix compiler warningsEgor Tensin
2016-10-17fix compiler warningsEgor Tensin
2016-10-15add "portable" alignment macroEgor Tensin
2016-10-10code styleEgor Tensin
2016-09-25fix licensing noticesEgor Tensin
2016-06-21fix GCC errorsEgor Tensin
2016-05-19'aesni' -> 'aes'Egor Tensin
2016-05-19rename the projectEgor Tensin
2015-10-20cxx: implement "boxes"Egor Tensin
2015-09-01refactoringEgor Tensin
2015-07-28refactoringEgor Tensin
2015-07-06code styleEgor Tensin
2015-06-25remove specialized buffer encryption functionsEgor Tensin
2015-06-24refactoringEgor Tensin
2015-06-24use macros to get rid of repetitive codeEgor Tensin
2015-06-22boxes: a number of improvementsEgor Tensin
2015-06-21bugfix & code styleEgor Tensin
2015-06-19add buffer encryption to "boxes"Egor Tensin
2015-06-19refactoringEgor Tensin
2015-06-19error message updateEgor Tensin
2015-06-19add call stacks to errorsEgor Tensin
2015-06-19OFB/CTR decryption is the same as encryptionEgor Tensin
2015-06-19add CTR mode to "boxes"Egor Tensin
2015-06-18refactoringEgor Tensin
2015-06-18better error messages + refactoringEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-17factor out 128-bit XORingEgor Tensin
2015-06-17add "boxes" as a uniform encryption interfaceEgor Tensin
2015-06-17add the "Not implemented" errorEgor Tensin
2015-06-17code styleEgor Tensin
2015-06-16handle block formatting/printing functions errorsEgor Tensin
2015-06-15handle block parsing errors the standard wayEgor Tensin
2015-06-15error handling refactoring + more docsEgor Tensin
2015-06-11add error message formatting functionsEgor Tensin
2015-06-11rename source filesEgor Tensin
2015-06-11add error codes & messages to the libraryEgor Tensin
2015-06-11add `assert`sEgor Tensin
2015-06-11refactoringEgor Tensin
2015-06-10fix register usage in the asm implementationEgor Tensin
2015-06-10bugfixEgor Tensin
2015-06-10BE block I/O by defaultEgor Tensin
2015-06-10src/aes*.asm -> src/asm/, src/aes*.c -> src/c/Egor Tensin
2015-06-10rename source filesEgor Tensin