index
:
aes-tools
master
Simple AES implementation and utilities
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
CMakeLists.txt
(
unfollow
)
Commit message (
Expand
)
Author
2021-04-06
cmake: slight CMakeLists.txt refactoring
Egor Tensin
2021-03-24
add CTest tests
Egor Tensin
2020-04-05
update cmake-common
Egor Tensin
2020-01-09
update cmake-common
Egor Tensin
2019-12-21
utils/ -> aesxx/utils/
Egor Tensin
2019-12-21
restructure the project
Egor Tensin
2019-12-21
cmake: install libraries & their headers
Egor Tensin
2019-12-21
cmake: use Boost::* imported targets
Egor Tensin
2019-12-16
install LICENSE.txt along with the utils
Egor Tensin
2019-12-09
minor improvements to CMakeLists.txt
Egor Tensin
2019-12-08
add cmake-common as a submodule
Egor Tensin
2017-04-29
split root CMakeLists.txt
Egor Tensin
2017-02-08
CMakeLists.txt updates
Egor Tensin
2017-01-21
CMakeLists.txt: refactoring
Egor Tensin
2016-12-28
remove dynamic dependency on libwinpthread-1.dll
Egor Tensin
2016-10-26
CMakeLists.txt: code style
Egor Tensin
2016-10-16
CMakeLists.txt: code style
Egor Tensin
2016-10-16
CMakeLists.txt: update
Egor Tensin
2016-10-14
CMakeLists.txt fixes
Egor Tensin
2016-06-21
fix GCC errors
Egor Tensin
2016-05-19
'aesni' -> 'aes'
Egor Tensin
2016-05-19
rename the project
Egor Tensin
2015-07-26
examples: merge to block utils
Egor Tensin
2015-06-24
move executables from test/ to utils/
Egor Tensin
2015-06-15
utils/cxx/ -> cxx/
Egor Tensin
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
2015-05-24
define _CRT_SECURE_NO_WARNINGS
Egor Tensin