Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | bugfix | Egor Tensin | 2015-08-11 | |
| | | | | I am such a moron. | |||
* | utils: bugfix & refactoring | Egor Tensin | 2015-08-04 | |
| | ||||
* | test/toolkit.py: fix utility names | Egor Tensin | 2015-08-03 | |
| | ||||
* | rename the utilities | Egor Tensin | 2015-08-03 | |
| | ||||
* | cxx: more algorithm-agnostic API | Egor Tensin | 2015-08-02 | |
| | | | | | The code (in the utilities in particular) is a mess though, so a refactoring's coming up. | |||
* | cxx: more mode helpers | Egor Tensin | 2015-07-28 | |
| | ||||
* | bugfix | Egor Tensin | 2015-07-28 | |
| | ||||
* | refactoring | Egor Tensin | 2015-07-28 | |
| | | | | | Namely, rename API functions to facilitate metaprogramming using preprocessor macros. | |||
* | code style | Egor Tensin | 2015-07-27 | |
| | ||||
* | utils: fix usage messages | Egor Tensin | 2015-07-26 | |
| | ||||
* | examples: merge to block utils | Egor Tensin | 2015-07-26 | |
| | ||||
* | cxx: disable DbgHelp.h warnings | Egor Tensin | 2015-07-23 | |
| | ||||
* | cxx: add a compiler workaround | Egor Tensin | 2015-07-22 | |
| | ||||
* | README updates | Egor Tensin | 2015-07-12 | |
| | ||||
* | README updates | Egor Tensin | 2015-07-07 | |
| | ||||
* | utils: rearrange files | Egor Tensin | 2015-07-07 | |
| | ||||
* | code style | Egor Tensin | 2015-07-06 | |
| | ||||
* | add TODO | Egor Tensin | 2015-06-25 | |
| | ||||
* | merge specialized block utils into general ones | Egor Tensin | 2015-06-25 | |
| | | | | ... taking advantage of the new template interface. | |||
* | cxx: import more stuff | Egor Tensin | 2015-06-25 | |
| | ||||
* | remove specialized buffer encryption functions | Egor Tensin | 2015-06-25 | |
| | ||||
* | cxx: implement more stuff | Egor Tensin | 2015-06-25 | |
| | ||||
* | fix usage messages | Egor Tensin | 2015-06-24 | |
| | ||||
* | README update | Egor Tensin | 2015-06-24 | |
| | ||||
* | move executables from test/ to utils/ | Egor Tensin | 2015-06-24 | |
| | ||||
* | test: locate executables in PATH | Egor Tensin | 2015-06-24 | |
| | ||||
* | add missing extern "C" { | Egor Tensin | 2015-06-24 | |
| | ||||
* | refactoring | Egor Tensin | 2015-06-24 | |
| | ||||
* | use macros to get rid of repetitive code | Egor Tensin | 2015-06-24 | |
| | ||||
* | test/toolkit.py: fix executable names | Egor Tensin | 2015-06-22 | |
| | ||||
* | boxes: a number of improvements | Egor Tensin | 2015-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 style | Egor Tensin | 2015-06-21 | |
| | ||||
* | README updates | Egor Tensin | 2015-06-20 | |
| | ||||
* | utils: README update | Egor Tensin | 2015-06-20 | |
| | ||||
* | utils: add bitmap utils | Egor Tensin | 2015-06-20 | |
| | ||||
* | test: better error handling in block utils | Egor Tensin | 2015-06-19 | |
| | ||||
* | rename executables | Egor Tensin | 2015-06-19 | |
| | ||||
* | test: restore specialized block encryption utils | Egor Tensin | 2015-06-19 | |
| | ||||
* | add buffer encryption to "boxes" | Egor Tensin | 2015-06-19 | |
| | ||||
* | refactoring | Egor Tensin | 2015-06-19 | |
| | ||||
* | error message update | Egor Tensin | 2015-06-19 | |
| | ||||
* | fix stderr output in executables | Egor Tensin | 2015-06-19 | |
| | ||||
* | add call stacks to errors | Egor Tensin | 2015-06-19 | |
| | ||||
* | OFB/CTR decryption is the same as encryption | Egor Tensin | 2015-06-19 | |
| | ||||
* | add CTR mode to "boxes" | Egor Tensin | 2015-06-19 | |
| | ||||
* | respect the generic interface in CTR functions | Egor Tensin | 2015-06-19 | |
| | ||||
* | add more block arithmetic functions | Egor Tensin | 2015-06-19 | |
| | ||||
* | examples: output update | Egor Tensin | 2015-06-19 | |
| | ||||
* | refactoring | Egor Tensin | 2015-06-18 | |
| | ||||
* | code style | Egor Tensin | 2015-06-18 | |
| |