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
(
follow
)
Commit message (
Expand
)
Author
Age
*
add CTest tests
Egor Tensin
2021-03-24
*
update cmake-common
Egor Tensin
2020-04-05
*
update cmake-common
Egor Tensin
2020-01-09
*
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-21
*
install LICENSE.txt along with the utils
Egor Tensin
2019-12-16
*
minor improvements to CMakeLists.txt
Egor Tensin
2019-12-09
*
add cmake-common as a submodule
Egor Tensin
2019-12-08
*
split root CMakeLists.txt
Egor Tensin
2017-04-29
*
CMakeLists.txt updates
Egor Tensin
2017-02-08
*
CMakeLists.txt: refactoring
Egor Tensin
2017-01-21
*
remove dynamic dependency on libwinpthread-1.dll
Egor Tensin
2016-12-28
*
CMakeLists.txt: code style
Egor Tensin
2016-10-26
*
CMakeLists.txt: code style
Egor Tensin
2016-10-16
*
CMakeLists.txt: update
Egor Tensin
2016-10-16
*
CMakeLists.txt fixes
Egor Tensin
2016-10-14
*
fix GCC errors
Egor Tensin
2016-06-21
*
'aesni' -> 'aes'
Egor Tensin
2016-05-19
*
rename the project
Egor Tensin
2016-05-19
*
examples: merge to block utils
Egor Tensin
2015-07-26
*
move executables from test/ to utils/
Egor Tensin
2015-06-24
*
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
*
define _CRT_SECURE_NO_WARNINGS
Egor Tensin
2015-05-24
*
initial commit
Egor Tensin
2015-05-22