Commit message (Collapse) | Author | ||
---|---|---|---|
2015-07-27 | code style | Egor Tensin | |
2015-07-07 | utils: rearrange files | Egor Tensin | |
2015-06-25 | remove specialized buffer encryption functions | Egor Tensin | |
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-19 | add buffer encryption to "boxes" | Egor Tensin | |
2015-06-18 | test: fix usage messages | Egor Tensin | |
2015-06-18 | test: merge block utilities | Egor Tensin | |