From 351c5188013fff041c7217aed64478cfc7643480 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 21 Dec 2019 13:33:50 +0300 Subject: restructure the project --- cxx/include/aesxx/algorithm.hpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 cxx/include/aesxx/algorithm.hpp (limited to 'cxx/include/aesxx/algorithm.hpp') 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 -// 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 - -namespace aes -{ - typedef AES_Algorithm Algorithm; -} -- cgit v1.2.3