diff options
Diffstat (limited to 'include/aes/all.h')
-rw-r--r-- | include/aes/all.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/aes/all.h b/include/aes/all.h deleted file mode 100644 index ff27c18..0000000 --- a/include/aes/all.h +++ /dev/null @@ -1,21 +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 - -/** - * \defgroup aes AES - */ - -#include "aes.h" -#include "algorithm.h" -#include "box.h" -#include "box_aes.h" -#include "box_data.h" -#include "data.h" -#include "error.h" -#include "mode.h" -#include "padding.h" -#include "workarounds.h" |