Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | cxx: implement more stuff | Egor Tensin | 2015-06-18 | |
| | ||||
* | test: README update | Egor Tensin | 2015-06-18 | |
| | ||||
* | README update | Egor Tensin | 2015-06-18 | |
| | ||||
* | better error messages + refactoring | Egor Tensin | 2015-06-18 | |
| | ||||
* | test/toolkit.py: capture stderr | Egor Tensin | 2015-06-18 | |
| | ||||
* | test: fix usage messages | Egor Tensin | 2015-06-18 | |
| | ||||
* | test: merge block utilities | Egor Tensin | 2015-06-18 | |
| | ||||
* | ignore Intel SDE's logs | Egor Tensin | 2015-06-18 | |
| | ||||
* | factoring out AES-specific stuff | Egor Tensin | 2015-06-17 | |
| | ||||
* | refactoring | Egor Tensin | 2015-06-17 | |
| | ||||
* | factoring out AES-specific stuff | Egor Tensin | 2015-06-17 | |
| | ||||
* | refactoring | Egor Tensin | 2015-06-17 | |
| | ||||
* | factor out 128-bit XORing | Egor Tensin | 2015-06-17 | |
| | ||||
* | test: add utilities to play with "boxes" | Egor Tensin | 2015-06-17 | |
| | ||||
* | add "boxes" as a uniform encryption interface | Egor Tensin | 2015-06-17 | |
| | | | | CTR is not yet supported. | |||
* | add the "Not implemented" error | Egor Tensin | 2015-06-17 | |
| | ||||
* | code style | Egor Tensin | 2015-06-17 | |
| | ||||
* | cxx: add block parsing | Egor Tensin | 2015-06-17 | |
| | ||||
* | examples: C++/libaesnixx instead of C/libaes | Egor Tensin | 2015-06-16 | |
| | ||||
* | cxx: include data structures & I/O functions | Egor Tensin | 2015-06-16 | |
| | ||||
* | handle block formatting/printing functions errors | Egor Tensin | 2015-06-16 | |
| | ||||
* | utils/cxx/ -> cxx/ | Egor Tensin | 2015-06-15 | |
| |