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