aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/aes/algorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aes/algorithm.h')
-rw-r--r--include/aes/algorithm.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/aes/algorithm.h b/include/aes/algorithm.h
deleted file mode 100644
index d88cf59..0000000
--- a/include/aes/algorithm.h
+++ /dev/null
@@ -1,23 +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
-
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-typedef enum
-{
- AES_AES128,
- AES_AES192,
- AES_AES256,
-}
-AES_Algorithm;
-
-#ifdef __cplusplus
-}
-#endif