Commit message (Collapse) | Author | ||
---|---|---|---|
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-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 | cxx: implement more stuff | 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-19 | rename executables | Egor Tensin | |
2015-06-18 | test: fix usage messages | Egor Tensin | |
2015-06-18 | test: merge block utilities | Egor Tensin | |