aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesxx/aes.hpp (unfollow)
Commit message (Collapse)Author
2016-05-19'aesni' -> 'aes'Egor Tensin
2016-05-19rename the projectEgor Tensin
2015-08-02cxx: more algorithm-agnostic APIEgor Tensin
The code (in the utilities in particular) is a mess though, so a refactoring's coming up.
2015-07-28bugfixEgor Tensin
2015-07-28refactoringEgor Tensin
Namely, rename API functions to facilitate metaprogramming using preprocessor macros.
2015-07-26examples: merge to block utilsEgor Tensin
2015-06-25cxx: import more stuffEgor Tensin
2015-06-18cxx: implement more stuffEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin