aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni/algorithm.h (follow)
Commit message (Collapse)AuthorAge
* add missing extern "C" {Egor Tensin2015-06-24
|
* boxes: a number of improvementsEgor Tensin2015-06-22
| | | | | | | | | * 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.
* factoring out AES-specific stuffEgor Tensin2015-06-17
|
* add "boxes" as a uniform encryption interfaceEgor Tensin2015-06-17
CTR is not yet supported.