aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesnixx/all.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-10-20 03:11:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-10-20 03:11:50 +0300
commitf9665896e3deb6c449c764ba8b30f700abe36cd5 (patch)
tree4203b64ccf2fb8ad4d40f20edad8aeff9448ab63 /cxx/include/aesnixx/all.hpp
parentadd missing `assert`s (diff)
downloadaes-tools-f9665896e3deb6c449c764ba8b30f700abe36cd5.tar.gz
aes-tools-f9665896e3deb6c449c764ba8b30f700abe36cd5.zip
cxx: implement "boxes"
Diffstat (limited to 'cxx/include/aesnixx/all.hpp')
-rw-r--r--cxx/include/aesnixx/all.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cxx/include/aesnixx/all.hpp b/cxx/include/aesnixx/all.hpp
index 417d9ea..7c80d3b 100644
--- a/cxx/include/aesnixx/all.hpp
+++ b/cxx/include/aesnixx/all.hpp
@@ -11,6 +11,7 @@
#include "aes.hpp"
#include "algorithm.hpp"
#include "api.hpp"
+#include "box.hpp"
#include "data.hpp"
#include "debug.hpp"
#include "error.hpp"