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
/
aesxx
/
utils
/
CMakeLists.txt
(
unfollow
)
Commit message (
Expand
)
Author
2021-03-24
cmake: use install_pdbs()
Egor Tensin
2021-03-24
Boost::disable_autolinking is mandatory
Egor Tensin
2019-12-21
utils/ -> aesxx/utils/
Egor Tensin
2019-12-21
utils: install() PDB files
Egor Tensin
2019-12-21
cmake: use Boost::* imported targets
Egor Tensin
2019-12-10
utils: add install rules
Egor Tensin
2019-12-09
minor improvements to CMakeLists.txt
Egor Tensin
2017-06-22
utils: refactor command-line arguments parsing
Egor Tensin
2017-04-29
split root CMakeLists.txt
Egor Tensin
2017-02-08
CMakeLists.txt updates
Egor Tensin
2017-01-22
utils: add header files to CMakeLists.txt
Egor Tensin
2016-10-17
utils: code dedupe
Egor Tensin
2016-10-17
fix compiler warnings
Egor Tensin
2016-10-16
CMakeLists.txt: update
Egor Tensin
2016-05-19
rename the project
Egor Tensin
2015-12-28
utils: interface update & refactoring
Egor Tensin
2015-12-27
utils: Boost.Filesystem for usage messages
Egor Tensin
2015-10-20
cxx: implement "boxes"
Egor Tensin
2015-08-11
bugfix
Egor Tensin
2015-08-03
rename the utilities
Egor Tensin
2015-07-07
utils: rearrange files
Egor Tensin
2015-06-24
move executables from test/ to utils/
Egor Tensin
2015-06-20
utils: add bitmap utils
Egor Tensin
2015-06-19
rename executables
Egor Tensin
2015-06-19
add buffer encryption to "boxes"
Egor Tensin
2015-06-15
utils/cxx/ -> cxx/
Egor Tensin
2015-06-11
add utils/cxx
Egor Tensin
2015-06-11
add error codes & messages to the library
Egor Tensin
2015-06-10
/SAFESEH for the asm implementation
Egor Tensin
2015-06-10
utils: fix compilation errors w/ the asm impl
Egor Tensin
2015-06-10
add file encryption utils for AES-128-ECB
Egor Tensin