aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesxx/all.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 04:13:47 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-05-19 04:13:47 +0300
commitaebc96e6efc369c09a95fb641ca90935930cf19b (patch)
tree38db5723b71c13804a88e9e129f9a20807b78f4e /cxx/include/aesxx/all.hpp
parentREADME update (diff)
downloadaes-tools-aebc96e6efc369c09a95fb641ca90935930cf19b.tar.gz
aes-tools-aebc96e6efc369c09a95fb641ca90935930cf19b.zip
rename the project
Diffstat (limited to 'cxx/include/aesxx/all.hpp')
-rw-r--r--cxx/include/aesxx/all.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/cxx/include/aesxx/all.hpp b/cxx/include/aesxx/all.hpp
new file mode 100644
index 0000000..7c80d3b
--- /dev/null
+++ b/cxx/include/aesxx/all.hpp
@@ -0,0 +1,18 @@
+/**
+ * \file
+ * \author Egor Tensin <Egor.Tensin@gmail.com>
+ * \date 2015
+ * \copyright This file is licensed under the terms of the MIT License.
+ * See LICENSE.txt for details.
+ */
+
+#pragma once
+
+#include "aes.hpp"
+#include "algorithm.hpp"
+#include "api.hpp"
+#include "box.hpp"
+#include "data.hpp"
+#include "debug.hpp"
+#include "error.hpp"
+#include "mode.hpp"