aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAge
* refactoringEgor Tensin2015-06-17
* factoring out AES-specific stuffEgor Tensin2015-06-17
* refactoringEgor Tensin2015-06-17
* factor out 128-bit XORingEgor Tensin2015-06-17
* test: add utilities to play with "boxes"Egor 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
* cxx: add block parsingEgor Tensin2015-06-17
* examples: C++/libaesnixx instead of C/libaesEgor Tensin2015-06-16
* cxx: include data structures & I/O functionsEgor Tensin2015-06-16
* handle block formatting/printing functions errorsEgor Tensin2015-06-16
* utils/cxx/ -> cxx/Egor Tensin2015-06-15
* 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 utils/cxxEgor Tensin2015-06-11
* test: README updateEgor Tensin2015-06-11
* test: fix usage messagesEgor Tensin2015-06-11
* test: bugfixEgor Tensin2015-06-11
* test: 800-38a.py -> nist-sp-800-38a.pyEgor Tensin2015-06-11
* libaesni -> aesniEgor 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
* code styleEgor Tensin2015-06-11
* refactoringEgor Tensin2015-06-11
* fix register usage in the asm implementationEgor Tensin2015-06-10
* bugfixEgor Tensin2015-06-10
* utils: bugfixEgor Tensin2015-06-10
* add extern "C" {Egor Tensin2015-06-10
* /SAFESEH for the asm implementationEgor Tensin2015-06-10
* test: README updateEgor Tensin2015-06-10
* code styleEgor Tensin2015-06-10
* README updatesEgor 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
* utils: fix compilation errors w/ the asm implEgor Tensin2015-06-10
* rename header filesEgor Tensin2015-06-10
* test: rename the utilitiesEgor Tensin2015-06-10
* refactoringEgor Tensin2015-06-10
* utils: usage message updateEgor Tensin2015-06-10
* add file encryption utils for AES-128-ECBEgor Tensin2015-06-10
* add KAT vectors from the CAVPEgor Tensin2015-06-09
* test/800-38a.py: get rid of unittestEgor Tensin2015-06-09
* test/800-38a.py: change default log file nameEgor Tensin2015-06-09