diff options
Diffstat (limited to '')
-rw-r--r-- | cxx/include/aesnixx/mode.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cxx/include/aesnixx/mode.hpp b/cxx/include/aesnixx/mode.hpp new file mode 100644 index 0000000..ec26170 --- /dev/null +++ b/cxx/include/aesnixx/mode.hpp @@ -0,0 +1,16 @@ +/** + * \file + * \author Egor Tensin <Egor.Tensin@gmail.com> + * \date 2015 + * \copyright This file is licensed under the terms of the MIT License. + * See LICENSE.txt for details. + */ + +#pragma once + +#include <aesni/all.h> + +namespace aesni +{ + typedef AesNI_Mode Mode; +} |