aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aes/all.h (unfollow)
Commit message (Collapse)Author
2019-12-21restructure the projectEgor Tensin
2016-10-15add "portable" alignment macroEgor Tensin
2016-09-25fix licensing noticesEgor Tensin
Also, remove the docs, which were never there anyway.
2016-05-19'aesni' -> 'aes'Egor Tensin
2016-05-19rename the projectEgor Tensin
2015-06-25remove specialized buffer encryption functionsEgor Tensin
2015-06-22boxes: a number of improvementsEgor 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-17factoring out AES-specific stuffEgor Tensin
2015-06-17refactoringEgor Tensin
2015-06-17add "boxes" as a uniform encryption interfaceEgor Tensin
CTR is not yet supported.
2015-06-15code styleEgor Tensin
2015-06-12add function docs to parts of the libraryEgor Tensin
2015-06-11add error codes & messages to the libraryEgor Tensin
2015-06-10rename header filesEgor Tensin
2015-06-10add file encryption utils for AES-128-ECBEgor Tensin
2015-05-24add higher-level encrypt/decrypt functionsEgor Tensin