aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/box.c (follow)
Commit message (Collapse)AuthorAge
* code styleEgor Tensin2016-10-10
|
* fix licensing noticesEgor Tensin2016-09-25
| | | | Also, remove the docs, which were never there anyway.
* fix GCC errorsEgor Tensin2016-06-21
|
* 'aesni' -> 'aes'Egor Tensin2016-05-19
|
* rename the projectEgor Tensin2016-05-19
|
* cxx: implement "boxes"Egor Tensin2015-10-20
|
* refactoringEgor Tensin2015-09-01
|
* code styleEgor Tensin2015-07-06
|
* refactoringEgor 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.
* bugfix & code styleEgor Tensin2015-06-21
|
* add buffer encryption to "boxes"Egor Tensin2015-06-19
|
* refactoringEgor Tensin2015-06-19
|
* OFB/CTR decryption is the same as encryptionEgor Tensin2015-06-19
|
* add CTR mode to "boxes"Egor Tensin2015-06-19
|
* refactoringEgor Tensin2015-06-18
|
* better error messages + refactoringEgor Tensin2015-06-18
|
* factoring out AES-specific stuffEgor Tensin2015-06-17
|
* refactoringEgor Tensin2015-06-17
|
* factor out 128-bit XORingEgor Tensin2015-06-17
|
* add "boxes" as a uniform encryption interfaceEgor Tensin2015-06-17
CTR is not yet supported.