From aebc96e6efc369c09a95fb641ca90935930cf19b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 19 May 2016 04:13:47 +0300 Subject: rename the project --- cxx/include/aesxx/algorithm.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cxx/include/aesxx/algorithm.hpp (limited to 'cxx/include/aesxx/algorithm.hpp') 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 + * \date 2015 + * \copyright This file is licensed under the terms of the MIT License. + * See LICENSE.txt for details. + */ + +#pragma once + +#include + +namespace aesni +{ + typedef AesNI_Algorithm Algorithm; +} -- cgit v1.2.3