Security Scol plugin
G:
work
subversion
scol-technologies
trunk
scol
plugins
security
cryptopp
aes.h
Go to the documentation of this file.
1
// aes.h - originally written and placed in the public domain by Wei Dai
2
9
10
#ifndef CRYPTOPP_AES_H
11
#define CRYPTOPP_AES_H
12
13
#include "
rijndael.h
"
14
15
NAMESPACE_BEGIN(CryptoPP)
16
17
23
DOCUMENTED_TYPEDEF(
Rijndael
, AES);
24
25
typedef
RijndaelEncryption
AESEncryption
;
26
typedef
RijndaelDecryption
AESDecryption
;
27
28
NAMESPACE_END
29
30
#endif
BlockCipherFinal< ENCRYPTION, Enc >
Rijndael
Rijndael block cipher.
Definition
rijndael.h:46
rijndael.h
Classes for Rijndael encryption algorithm.
Generated by
1.9.8