Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | rename the project | Egor Tensin | 2016-05-19 |
| | |||
* | add missing `assert`s | Egor Tensin | 2015-10-18 |
| | |||
* | refactoring | Egor Tensin | 2015-07-28 |
| | | | | | Namely, rename API functions to facilitate metaprogramming using preprocessor macros. | ||
* | add missing extern "C" { | Egor Tensin | 2015-06-24 |
| | |||
* | use macros to get rid of repetitive code | Egor Tensin | 2015-06-24 |
| | |||
* | 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. | ||
* | factoring out AES-specific stuff | Egor Tensin | 2015-06-17 |
| | |||
* | add "boxes" as a uniform encryption interface | Egor Tensin | 2015-06-17 |
CTR is not yet supported. |