aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni/padding.h (unfollow)
Commit message (Collapse)Author
2015-06-24add missing extern "C" {Egor 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.