aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* src/aes*.asm -> src/asm/, src/aes*.c -> src/c/Egor Tensin2015-06-10
|
* rename source filesEgor Tensin2015-06-10
|
* add file encryption utils for AES-128-ECBEgor Tensin2015-06-10
|
* allow to choose between C in asm implementationsEgor Tensin2015-06-05
|
* implement raw_*_{encrypt,decrypt} in CEgor Tensin2015-06-04
|
* add test/Egor Tensin2015-05-25
| | | | | Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC).
* define _CRT_SECURE_NO_WARNINGSEgor Tensin2015-05-24
|
* initial commitEgor Tensin2015-05-22