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
/
utils
(
unfollow
)
Commit message (
Expand
)
Author
2015-09-01
refactoring
Egor Tensin
2015-08-11
bugfix
Egor Tensin
2015-08-04
utils: bugfix & refactoring
Egor Tensin
2015-08-03
rename the utilities
Egor Tensin
2015-08-02
cxx: more algorithm-agnostic API
Egor Tensin
2015-07-27
code style
Egor Tensin
2015-07-26
utils: fix usage messages
Egor Tensin
2015-07-26
examples: merge to block utils
Egor Tensin
2015-07-12
README updates
Egor Tensin
2015-07-07
README updates
Egor Tensin
2015-07-07
utils: rearrange files
Egor Tensin
2015-06-25
merge specialized block utils into general ones
Egor Tensin
2015-06-25
remove specialized buffer encryption functions
Egor Tensin
2015-06-25
cxx: implement more stuff
Egor Tensin
2015-06-24
fix usage messages
Egor Tensin
2015-06-24
move executables from test/ to utils/
Egor Tensin
2015-06-22
boxes: a number of improvements
Egor Tensin
2015-06-20
utils: README update
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-19
fix stderr output in executables
Egor Tensin
2015-06-17
factoring out AES-specific stuff
Egor Tensin
2015-06-17
refactoring
Egor Tensin
2015-06-17
refactoring
Egor Tensin
2015-06-15
utils/cxx/ -> cxx/
Egor Tensin
2015-06-15
handle block parsing errors the standard way
Egor Tensin
2015-06-15
error handling refactoring + more docs
Egor Tensin
2015-06-11
add error message formatting functions
Egor Tensin
2015-06-11
add utils/cxx
Egor Tensin
2015-06-11
add error codes & messages to the library
Egor Tensin
2015-06-11
code style
Egor Tensin
2015-06-11
refactoring
Egor Tensin
2015-06-10
utils: bugfix
Egor Tensin
2015-06-10
add extern "C" {
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
refactoring
Egor Tensin
2015-06-10
utils: usage message update
Egor Tensin
2015-06-10
add file encryption utils for AES-128-ECB
Egor Tensin