diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-17 20:07:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-17 20:07:32 +0300 |
commit | 522a5b906d7620bcebddb5a8f476b022c140ab27 (patch) | |
tree | 8b02e4f5b5948da91e4117c6892d850eeeac8445 /include/aesni/all.h | |
parent | refactoring (diff) | |
download | aes-tools-522a5b906d7620bcebddb5a8f476b022c140ab27.tar.gz aes-tools-522a5b906d7620bcebddb5a8f476b022c140ab27.zip |
factoring out AES-specific stuff
Diffstat (limited to '')
-rw-r--r-- | include/aesni/all.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/aesni/all.h b/include/aesni/all.h index 26f7a41..dfe9494 100644 --- a/include/aesni/all.h +++ b/include/aesni/all.h @@ -16,9 +16,9 @@ */ #include "aes.h" -#include "algorithm.h" #include "box.h" +#include "box_aes.h" +#include "box_data.h" #include "buffer.h" #include "data.h" #include "error.h" -#include "mode.h" |