Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | utils/cxx/ -> cxx/ | Egor Tensin | 2015-06-15 |
| | |||
* | libaesni -> aesni | Egor Tensin | 2015-06-11 |
| | |||
* | /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-10 |
| | |||
* | allow to choose between C in asm implementations | Egor Tensin | 2015-06-05 |
| | |||
* | implement raw_*_{encrypt,decrypt} in C | Egor Tensin | 2015-06-04 |
| | |||
* | add test/ | Egor Tensin | 2015-05-25 |
| | | | | | Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC). | ||
* | define _CRT_SECURE_NO_WARNINGS | Egor Tensin | 2015-05-24 |
| | |||
* | initial commit | Egor Tensin | 2015-05-22 |