aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aes/box_aes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aes/box_aes.h')
-rw-r--r--include/aes/box_aes.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/aes/box_aes.h b/include/aes/box_aes.h
deleted file mode 100644
index c92d883..0000000
--- a/include/aes/box_aes.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
-
-#include "box_data.h"
-
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-extern AES_BoxAlgorithmInterface aes_box_algorithm_aes128;
-extern AES_BoxAlgorithmInterface aes_box_algorithm_aes192;
-extern AES_BoxAlgorithmInterface aes_box_algorithm_aes256;
-
-#ifdef __cplusplus
-}
-#endif