aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/padding.c (follow)
Commit message (Collapse)AuthorAge
* restructure the projectEgor Tensin2019-12-21
|
* fix compiler warningsEgor Tensin2016-10-17
|
* fix compiler warningsEgor Tensin2016-10-17
|
* code styleEgor Tensin2016-10-10
|
* fix licensing noticesEgor Tensin2016-09-25
| | | | Also, remove the docs, which were never there anyway.
* 'aesni' -> 'aes'Egor Tensin2016-05-19
|
* rename the projectEgor Tensin2016-05-19
|
* 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.