aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aesni/all.h (follow)
Commit message (Collapse)AuthorAge
* rename the projectEgor Tensin2016-05-19
|
* remove specialized buffer encryption functionsEgor Tensin2015-06-25
|
* 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
|
* refactoringEgor Tensin2015-06-17
|
* add "boxes" as a uniform encryption interfaceEgor Tensin2015-06-17
| | | | CTR is not yet supported.
* code styleEgor Tensin2015-06-15
|
* add function docs to parts of the libraryEgor Tensin2015-06-12
|
* add error codes & messages to the libraryEgor Tensin2015-06-11
|
* rename header filesEgor Tensin2015-06-10
|
* add file encryption utils for AES-128-ECBEgor Tensin2015-06-10
|
* add higher-level encrypt/decrypt functionsEgor Tensin2015-05-24
|
* initial commitEgor Tensin2015-05-22