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
/
aesni
/
data.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
rename the project
Egor Tensin
2016-05-19
*
add more block arithmetic functions
Egor Tensin
2015-06-19
*
refactoring
Egor Tensin
2015-06-18
*
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-17
*
handle block formatting/printing functions errors
Egor Tensin
2015-06-16
*
handle block parsing errors the standard way
Egor Tensin
2015-06-15
*
code style
Egor Tensin
2015-06-15
*
update the docs
Egor Tensin
2015-06-13
*
add function docs to parts of the library
Egor Tensin
2015-06-12
*
refactoring
Egor Tensin
2015-06-11
*
add extern "C" {
Egor Tensin
2015-06-10
*
add file encryption utils for AES-128-ECB
Egor Tensin
2015-06-10
*
aes192.asm: bugfix
Egor Tensin
2015-06-05
*
code style
Egor Tensin
2015-06-05
*
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-04
*
add FIPS-style block parsing functions
Egor Tensin
2015-06-03
*
detach key expansion routines
Egor Tensin
2015-05-30
*
add block parsing functions
Egor Tensin
2015-05-25
*
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
2015-05-24
*
initial commit
Egor Tensin
2015-05-22