blob: c6f06d71501ea6acc9284f97b2efaf626d58dadd (
plain) (
tree)
|
|
/**
* \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 aes
{
typedef AES_Algorithm Algorithm;
}
|