Commit message (Collapse) | Author | ||
---|---|---|---|
2015-06-11 | libaesni -> aesni | Egor Tensin | |
2015-06-10 | /SAFESEH for the asm implementation | Egor Tensin | |
2015-06-10 | src/aes*.asm -> src/asm/, src/aes*.c -> src/c/ | Egor Tensin | |
2015-06-10 | rename source files | Egor Tensin | |
2015-06-10 | add file encryption utils for AES-128-ECB | Egor Tensin | |
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 | |