aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cxx/include/aesxx/algorithm.hpp
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-12-21 13:33:50 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-12-21 13:33:50 +0300
commit351c5188013fff041c7217aed64478cfc7643480 (patch)
treec918b5093ac45394439f3dff30da37b809173603 /cxx/include/aesxx/algorithm.hpp
parentcmake: install libraries & their headers (diff)
downloadaes-tools-351c5188013fff041c7217aed64478cfc7643480.tar.gz
aes-tools-351c5188013fff041c7217aed64478cfc7643480.zip
restructure the project
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;
-}