blob: 823e57f2de5c3c072552954a869574dca5cae6df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com>
// This file is part of the "AES tools" project.
// For details, see https://github.com/egor-tensin/aes-tools.
// Distributed under the MIT License.
#pragma once
#include <aes/all.h>
namespace aes
{
typedef AES_Algorithm Algorithm;
}
|