Commit message (Collapse) | Author | ||
---|---|---|---|
2015-06-05 | allow to choose between C in asm implementations | Egor Tensin | |
2015-06-04 | implement raw_*_{encrypt,decrypt} in C | Egor Tensin | |
2015-05-25 | add test/ | Egor Tensin | |
Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC). | |||
2015-05-24 | define _CRT_SECURE_NO_WARNINGS | Egor Tensin | |