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
/
include
/
aes
/
data.h
(
unfollow
)
Commit message (
Expand
)
Author
2019-12-21
restructure the project
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-06-19
add more block arithmetic functions
Egor Tensin
2015-06-18
refactoring
Egor Tensin
2015-06-17
factoring out AES-specific stuff
Egor Tensin
2015-06-17
refactoring
Egor Tensin
2015-06-17
factor out 128-bit XORing
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-15
code style
Egor Tensin
2015-06-13
update the docs
Egor Tensin
2015-06-12
add function docs to parts of the library
Egor Tensin
2015-06-11
refactoring
Egor Tensin
2015-06-10
add extern "C" {
Egor Tensin
2015-06-10
add file encryption utils for AES-128-ECB
Egor Tensin
2015-06-05
aes192.asm: bugfix
Egor Tensin
2015-06-05
code style
Egor Tensin
2015-06-04
SSE3 for byte order reversal
Egor Tensin
2015-06-04
explicitly separate BE vs. LE block I/O functions
Egor Tensin
2015-06-04
refactoring
Egor Tensin
2015-06-04
add BE-to-LE conversion functions
Egor Tensin
2015-06-03
add FIPS-style block parsing functions
Egor Tensin
2015-05-30
detach key expansion routines
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
add block formatting/printing functions
Egor Tensin
2015-05-24
add state-to-block conversion function
Egor Tensin