aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/cxx/include/aesxx/algorithm.hpp
blob: c6f06d71501ea6acc9284f97b2efaf626d58dadd (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                       
                    
 
             
 
                                    
 
/**
 * \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;
}