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 --- include/aes/all.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 include/aes/all.h (limited to 'include/aes/all.h') 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 -// 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" -- cgit v1.2.3