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
/
src
/
aes.c
(
unfollow
)
Commit message (
Expand
)
Author
2016-10-15
add "portable" alignment macro
Egor Tensin
2016-10-10
code style
Egor Tensin
2016-09-25
fix licensing notices
Egor Tensin
2016-05-19
'aesni' -> 'aes'
Egor Tensin
2016-05-19
rename the project
Egor Tensin
2015-07-28
refactoring
Egor Tensin
2015-06-18
better error messages + refactoring
Egor Tensin
2015-06-17
factoring out AES-specific stuff
Egor Tensin
2015-06-16
handle block formatting/printing functions errors
Egor Tensin
2015-06-15
handle block parsing errors the standard way
Egor Tensin
2015-06-11
rename source files
Egor Tensin
2015-06-11
add `assert`s
Egor Tensin
2015-06-11
refactoring
Egor Tensin
2015-06-10
BE block I/O by default
Egor Tensin
2015-06-04
bugfix
Egor Tensin
2015-06-04
explicitly separate BE vs. LE block I/O functions
Egor Tensin
2015-06-04
refactoring
Egor Tensin
2015-06-03
add FIPS-style block parsing functions
Egor Tensin
2015-05-31
code style
Egor Tensin
2015-05-25
add block parsing functions
Egor Tensin
2015-05-24
add FIPS-style formatting to AES-192/256 blocks
Egor Tensin
2015-05-24
add FIPS-style printing to AES-192/256 blocks
Egor Tensin
2015-05-24
bugfix
Egor Tensin
2015-05-24
add block formatting/printing functions
Egor Tensin
2015-05-24
add state-to-block conversion function
Egor Tensin