aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* CMakeLists.txt: refactoringEgor Tensin2017-01-21
|
* remove dynamic dependency on libwinpthread-1.dllEgor Tensin2016-12-28
| | | | | For some reason, i686-w64-mingw32-g++ 5.4.0 adds a dynamic dependency on libwinpthread-1.dll even when `-static-libgcc -static-libstdc++` is set.
* CMakeLists.txt: code styleEgor Tensin2016-10-26
|
* CMakeLists.txt: code styleEgor Tensin2016-10-16
|
* CMakeLists.txt: updateEgor Tensin2016-10-16
| | | | | * Static runtime linking if the top-level project. * Multiple other minor-ish improvements.
* CMakeLists.txt fixesEgor Tensin2016-10-14
|
* fix GCC errorsEgor Tensin2016-06-21
|
* 'aesni' -> 'aes'Egor Tensin2016-05-19
|
* rename the projectEgor Tensin2016-05-19
|
* examples: merge to block utilsEgor Tensin2015-07-26
|
* move executables from test/ to utils/Egor Tensin2015-06-24
|
* utils/cxx/ -> cxx/Egor Tensin2015-06-15
|
* libaesni -> aesniEgor Tensin2015-06-11
|
* /SAFESEH for the asm implementationEgor Tensin2015-06-10
|
* src/aes*.asm -> src/asm/, src/aes*.c -> src/c/Egor Tensin2015-06-10
|
* rename source filesEgor Tensin2015-06-10
|
* add file encryption utils for AES-128-ECBEgor Tensin2015-06-10
|
* allow to choose between C in asm implementationsEgor Tensin2015-06-05
|
* implement raw_*_{encrypt,decrypt} in CEgor Tensin2015-06-04
|
* add test/Egor Tensin2015-05-25
| | | | | Includes simple block encryption/decryption programs for the supported modes (AES128/192/256 ECB + AES256 CBC).
* define _CRT_SECURE_NO_WARNINGSEgor Tensin2015-05-24
|
* initial commitEgor Tensin2015-05-22