aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/box.c (follow)
Commit message (Collapse)AuthorAge
* 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.