Commit message (Collapse) | Author | ||
---|---|---|---|
2015-12-28 | utils: code style | Egor Tensin | |
2015-12-28 | utils: code style | Egor Tensin | |
2015-12-28 | utils: interface update & refactoring | Egor Tensin | |
2015-12-28 | utils: refactoring | Egor Tensin | |
2015-12-28 | utils: README update | Egor Tensin | |
2015-12-27 | utils: refactor command line parsing | Egor Tensin | |
2015-12-27 | utils: Boost.Filesystem for usage messages | Egor Tensin | |
2015-12-27 | code style | Egor Tensin | |
2015-10-23 | README updates | Egor Tensin | |
2015-10-20 | cxx: implement "boxes" | Egor Tensin | |
2015-09-01 | refactoring | Egor Tensin | |
2015-08-11 | bugfix | Egor Tensin | |
I am such a moron. | |||
2015-08-04 | utils: bugfix & refactoring | Egor Tensin | |
2015-08-03 | rename the utilities | Egor Tensin | |
2015-08-02 | cxx: more algorithm-agnostic API | Egor Tensin | |
The code (in the utilities in particular) is a mess though, so a refactoring's coming up. | |||
2015-07-27 | code style | Egor Tensin | |
2015-07-26 | utils: fix usage messages | Egor Tensin | |
2015-07-26 | examples: merge to block utils | Egor Tensin | |
2015-07-12 | README updates | Egor Tensin | |
2015-07-07 | README updates | Egor Tensin | |
2015-07-07 | utils: rearrange files | Egor Tensin | |
2015-06-25 | merge specialized block utils into general ones | Egor Tensin | |
... taking advantage of the new template interface. | |||
2015-06-25 | remove specialized buffer encryption functions | Egor Tensin | |
2015-06-25 | cxx: implement more stuff | Egor Tensin | |
2015-06-24 | fix usage messages | Egor Tensin | |
2015-06-24 | move executables from test/ to utils/ | Egor Tensin | |
2015-06-22 | boxes: a number of improvements | Egor Tensin | |
* 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. | |||
2015-06-20 | utils: README update | Egor Tensin | |
2015-06-20 | utils: add bitmap utils | Egor Tensin | |
2015-06-19 | rename executables | Egor Tensin | |
2015-06-19 | add buffer encryption to "boxes" | Egor Tensin | |
2015-06-19 | fix stderr output in executables | Egor Tensin | |
2015-06-17 | factoring out AES-specific stuff | Egor Tensin | |
2015-06-17 | refactoring | Egor Tensin | |
2015-06-17 | refactoring | Egor Tensin | |
2015-06-15 | utils/cxx/ -> cxx/ | Egor Tensin | |
2015-06-15 | handle block parsing errors the standard way | Egor Tensin | |
2015-06-15 | error handling refactoring + more docs | Egor Tensin | |
2015-06-11 | add error message formatting functions | Egor Tensin | |
2015-06-11 | add utils/cxx | Egor Tensin | |
2015-06-11 | add error codes & messages to the library | Egor Tensin | |
2015-06-11 | code style | Egor Tensin | |
2015-06-11 | refactoring | Egor Tensin | |
2015-06-10 | utils: bugfix | Egor Tensin | |
2015-06-10 | add extern "C" { | Egor Tensin | |
2015-06-10 | /SAFESEH for the asm implementation | Egor Tensin | |
2015-06-10 | utils: fix compilation errors w/ the asm impl | Egor Tensin | |
2015-06-10 | refactoring | Egor Tensin | |
2015-06-10 | utils: usage message update | Egor Tensin | |
2015-06-10 | add file encryption utils for AES-128-ECB | Egor Tensin | |