aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni/box_data.h (unfollow)
Commit message (Collapse)Author
2016-05-19rename the projectEgor Tensin
2015-10-20cxx: implement "boxes"Egor Tensin
2015-09-01refactoringEgor Tensin
2015-07-28refactoringEgor Tensin
Namely, rename API functions to facilitate metaprogramming using preprocessor macros.
2015-06-24refactoringEgor 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-19add buffer encryption to "boxes"Egor Tensin
2015-06-19refactoringEgor Tensin
2015-06-19add CTR mode to "boxes"Egor Tensin
2015-06-18refactoringEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin
2015-06-17factoring out AES-specific stuffEgor Tensin