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/all.hpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 cxx/include/aesxx/all.hpp (limited to 'cxx/include/aesxx/all.hpp') diff --git a/cxx/include/aesxx/all.hpp b/cxx/include/aesxx/all.hpp deleted file mode 100644 index 99202a7..0000000 --- a/cxx/include/aesxx/all.hpp +++ /dev/null @@ -1,15 +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 "aes.hpp" -#include "algorithm.hpp" -#include "api.hpp" -#include "box.hpp" -#include "data.hpp" -#include "debug.hpp" -#include "error.hpp" -#include "mode.hpp" -- cgit v1.2.3