diff options
Diffstat (limited to 'cxx/include/aesxx/algorithm.hpp')
-rw-r--r-- | cxx/include/aesxx/algorithm.hpp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cxx/include/aesxx/algorithm.hpp b/cxx/include/aesxx/algorithm.hpp new file mode 100644 index 0000000..e2c73ac --- /dev/null +++ b/cxx/include/aesxx/algorithm.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 <aes/all.h> + +namespace aesni +{ + typedef AesNI_Algorithm Algorithm; +} |