aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesnixx/algorithm.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-06-25 01:10:53 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-06-25 01:10:53 +0300
commit1be5109d775697065d234a70b948de52e55efbd6 (patch)
tree0d4cfc62ee3568bead328709de857676170711a7 /cxx/include/aesnixx/algorithm.hpp
parentfix usage messages (diff)
downloadaes-tools-1be5109d775697065d234a70b948de52e55efbd6.tar.gz
aes-tools-1be5109d775697065d234a70b948de52e55efbd6.zip
cxx: implement more stuff
Diffstat (limited to 'cxx/include/aesnixx/algorithm.hpp')
-rw-r--r--cxx/include/aesnixx/algorithm.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/cxx/include/aesnixx/algorithm.hpp b/cxx/include/aesnixx/algorithm.hpp
new file mode 100644
index 0000000..85d2fc4
--- /dev/null
+++ b/cxx/include/aesnixx/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 <aesni/all.h>
+
+namespace aesni
+{
+ typedef AesNI_Algorithm Algorithm;
+}