aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* cxx: more algorithm-agnostic APIEgor Tensin2015-08-02
| | | | | The code (in the utilities in particular) is a mess though, so a refactoring's coming up.
* cxx: more mode helpersEgor Tensin2015-07-28
|
* bugfixEgor Tensin2015-07-28
|
* refactoringEgor Tensin2015-07-28
| | | | | Namely, rename API functions to facilitate metaprogramming using preprocessor macros.
* code styleEgor Tensin2015-07-27
|
* utils: fix usage messagesEgor Tensin2015-07-26
|
* examples: merge to block utilsEgor Tensin2015-07-26
|
* cxx: disable DbgHelp.h warningsEgor Tensin2015-07-23
|
* cxx: add a compiler workaroundEgor Tensin2015-07-22
|
* README updatesEgor Tensin2015-07-12
|
* README updatesEgor Tensin2015-07-07
|
* utils: rearrange filesEgor Tensin2015-07-07
|
* code styleEgor Tensin2015-07-06
|
* add TODOEgor Tensin2015-06-25
|
* merge specialized block utils into general onesEgor Tensin2015-06-25
| | | | ... taking advantage of the new template interface.
* cxx: import more stuffEgor Tensin2015-06-25
|
* remove specialized buffer encryption functionsEgor Tensin2015-06-25
|
* cxx: implement more stuffEgor Tensin2015-06-25
|
* fix usage messagesEgor Tensin2015-06-24
|
* README updateEgor Tensin2015-06-24
|
* move executables from test/ to utils/Egor Tensin2015-06-24
|
* test: locate executables in PATHEgor Tensin2015-06-24
|
* add missing extern "C" {Egor Tensin2015-06-24
|
* refactoringEgor Tensin2015-06-24
|
* use macros to get rid of repetitive codeEgor Tensin2015-06-24
|
* test/toolkit.py: fix executable namesEgor Tensin2015-06-22
|
* boxes: a number of improvementsEgor Tensin2015-06-22
| | | | | | | | | * Algorithm interfaces are no longer required to load partial blocks, the space for which is allocated dynamically. * Padding schemes are now also separated, perhaps in the future to become a "box" parameter. Consequently, algorithm interfaces are no longer required to implement padding either.
* bugfix & code styleEgor Tensin2015-06-21
|
* README updatesEgor Tensin2015-06-20
|
* utils: README updateEgor Tensin2015-06-20
|
* utils: add bitmap utilsEgor Tensin2015-06-20
|
* test: better error handling in block utilsEgor Tensin2015-06-19
|
* rename executablesEgor Tensin2015-06-19
|
* test: restore specialized block encryption utilsEgor Tensin2015-06-19
|
* add buffer encryption to "boxes"Egor Tensin2015-06-19
|
* refactoringEgor Tensin2015-06-19
|
* error message updateEgor Tensin2015-06-19
|
* fix stderr output in executablesEgor 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
|
* examples: output updateEgor Tensin2015-06-19
|
* refactoringEgor Tensin2015-06-18
|
* code styleEgor Tensin2015-06-18
|
* cxx: implement more stuffEgor Tensin2015-06-18
|
* test: README updateEgor Tensin2015-06-18
|
* README updateEgor Tensin2015-06-18
|
* better error messages + refactoringEgor Tensin2015-06-18
|