Commit message (Collapse) | Author | ||
---|---|---|---|
2019-12-21 | restructure the project | Egor Tensin | |
2016-09-25 | fix licensing notices | Egor Tensin | |
Also, remove the docs, which were never there anyway. | |||
2016-05-19 | 'aesni' -> 'aes' | Egor Tensin | |
2016-05-19 | rename the project | Egor Tensin | |
2015-10-18 | add missing `assert`s | Egor Tensin | |
2015-07-28 | refactoring | Egor Tensin | |
Namely, rename API functions to facilitate metaprogramming using preprocessor macros. | |||
2015-06-24 | add missing extern "C" { | Egor Tensin | |
2015-06-24 | use macros to get rid of repetitive code | 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 | add call stacks to errors | Egor Tensin | |
2015-06-17 | factoring out AES-specific stuff | Egor Tensin | |
2015-06-16 | cxx: include data structures & I/O functions | Egor Tensin | |
2015-06-15 | utils/cxx/ -> cxx/ | Egor Tensin | |
2015-06-11 | add utils/cxx | Egor Tensin | |
2015-06-11 | add error codes & messages to the library | Egor Tensin | |
2015-06-10 | rename header files | Egor Tensin | |
2015-06-10 | add file encryption utils for AES-128-ECB | Egor Tensin | |
2015-05-24 | add higher-level encrypt/decrypt functions | Egor Tensin | |