BeeCrypt
4.2.1
Main Page
Related Pages
Data Structures
Files
File List
Globals
include
beecrypt
aesopt.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2002 Bob Deblier
3
*
4
* This library is free software; you can redistribute it and/or
5
* modify it under the terms of the GNU Lesser General Public
6
* License as published by the Free Software Foundation; either
7
* version 2.1 of the License, or (at your option) any later version.
8
*
9
* This library is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12
* Lesser General Public License for more details.
13
*
14
* You should have received a copy of the GNU Lesser General Public
15
* License along with this library; if not, write to the Free Software
16
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
*
18
*/
19
26
#ifndef _AESOPT_H
27
#define _AESOPT_H
28
29
#include "
beecrypt/beecrypt.h
"
30
#include "
beecrypt/aes.h
"
31
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
35
36
#if WIN32
37
# if defined(_MSC_VER) && defined(_M_IX86)
38
/* this space intentionally left blank */
39
# elif __INTEL__ && __MWERKS__
40
# endif
41
#endif
42
43
#if defined(__GNUC__)
44
# if defined(OPTIMIZE_I586) || defined(OPTIMIZE_I686)
45
# endif
46
#endif
47
48
#if defined(__INTEL_COMPILER)
49
# if defined(OPTIMIZE_I586) || defined(OPTIMIZE_I686)
50
# endif
51
#endif
52
53
#if defined(__SUNPRO_C) || defined(__SUNPRO_CC)
54
/* this space intentionally left blank */
55
#endif
56
57
#ifdef __cplusplus
58
}
59
#endif
60
61
#endif
beecrypt.h
BeeCrypt API, headers.
aes.h
AES block cipher, as specified by NIST FIPS 197.
Generated by
1.8.9.1