Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | restructure the project | Egor Tensin | 2019-12-21 |
| | |||
* | fix compiler warnings | Egor Tensin | 2016-10-17 |
| | |||
* | code style | Egor Tensin | 2016-10-10 |
| | |||
* | fix licensing notices | Egor Tensin | 2016-09-25 |
| | | | | Also, remove the docs, which were never there anyway. | ||
* | 'aesni' -> 'aes' | Egor Tensin | 2016-05-19 |
| | |||
* | rename the project | Egor Tensin | 2016-05-19 |
| | |||
* | cxx: implement "boxes" | Egor Tensin | 2015-10-20 |
| | |||
* | refactoring | Egor Tensin | 2015-09-01 |
| | |||
* | refactoring | Egor Tensin | 2015-07-28 |
| | | | | | Namely, rename API functions to facilitate metaprogramming using preprocessor macros. | ||
* | refactoring | 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. | ||
* | add buffer encryption to "boxes" | Egor Tensin | 2015-06-19 |
| | |||
* | refactoring | Egor Tensin | 2015-06-19 |
| | |||
* | add CTR mode to "boxes" | Egor Tensin | 2015-06-19 |
| | |||
* | refactoring | Egor Tensin | 2015-06-18 |
| | |||
* | factoring out AES-specific stuff | Egor Tensin | 2015-06-17 |