diff options
Diffstat (limited to 'cxx/include/aesxx/all.hpp')
-rw-r--r-- | cxx/include/aesxx/all.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
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 <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.hpp" -#include "algorithm.hpp" -#include "api.hpp" -#include "box.hpp" -#include "data.hpp" -#include "debug.hpp" -#include "error.hpp" -#include "mode.hpp" |