aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesxx/algorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cxx/include/aesxx/algorithm.hpp')
-rw-r--r--cxx/include/aesxx/algorithm.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/cxx/include/aesxx/algorithm.hpp b/cxx/include/aesxx/algorithm.hpp
deleted file mode 100644
index 823e57f..0000000
--- a/cxx/include/aesxx/algorithm.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com>
-// This file is part of the "AES tools" project.
-// For details, see https://github.com/egor-tensin/aes-tools.
-// Distributed under the MIT License.
-
-#pragma once
-
-#include <aes/all.h>
-
-namespace aes
-{
- typedef AES_Algorithm Algorithm;
-}