aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesxx/algorithm.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/algorithm.hpp
parentREADME update (diff)
downloadaes-tools-aebc96e6efc369c09a95fb641ca90935930cf19b.tar.gz
aes-tools-aebc96e6efc369c09a95fb641ca90935930cf19b.zip
rename the project
Diffstat (limited to 'cxx/include/aesxx/algorithm.hpp')
-rw-r--r--cxx/include/aesxx/algorithm.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/cxx/include/aesxx/algorithm.hpp b/cxx/include/aesxx/algorithm.hpp
new file mode 100644
index 0000000..e2c73ac
--- /dev/null
+++ b/cxx/include/aesxx/algorithm.hpp
@@ -0,0 +1,16 @@
+/**
+ * \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/all.h>
+
+namespace aesni
+{
+ typedef AesNI_Algorithm Algorithm;
+}