aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt (unfollow)
Commit message (Collapse)Author
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