diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-25 01:10:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-06-25 01:10:53 +0300 |
commit | 1be5109d775697065d234a70b948de52e55efbd6 (patch) | |
tree | 0d4cfc62ee3568bead328709de857676170711a7 /cxx/include/aesnixx/all.hpp | |
parent | fix usage messages (diff) | |
download | aes-tools-1be5109d775697065d234a70b948de52e55efbd6.tar.gz aes-tools-1be5109d775697065d234a70b948de52e55efbd6.zip |
cxx: implement more stuff
Diffstat (limited to 'cxx/include/aesnixx/all.hpp')
-rw-r--r-- | cxx/include/aesnixx/all.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cxx/include/aesnixx/all.hpp b/cxx/include/aesnixx/all.hpp index 1452f68..2bdf301 100644 --- a/cxx/include/aesnixx/all.hpp +++ b/cxx/include/aesnixx/all.hpp @@ -9,6 +9,8 @@ #pragma once #include "aes.hpp" +#include "algorithm.hpp" #include "data.hpp" #include "debug.hpp" #include "error.hpp" +#include "mode.hpp" |