Fabcoin Core
0.16.2
P2P Digital Currency
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
cryptopp
aes.h
Go to the documentation of this file.
1
// aes.h - written and placed in the public domain by Wei Dai
2
5
6
#ifndef CRYPTOPP_AES_H
7
#define CRYPTOPP_AES_H
8
9
#include "
rijndael.h
"
10
11
NAMESPACE_BEGIN
(
CryptoPP
)
12
13
DOCUMENTED_TYPEDEF
(
Rijndael
,
AES
);
17
18
typedef
RijndaelEncryption
AESEncryption
;
19
typedef
RijndaelDecryption
AESDecryption
;
20
21
NAMESPACE_END
22
23
#endif
NAMESPACE_BEGIN
#define NAMESPACE_BEGIN(x)
Definition:
config.h:200
Rijndael
Rijndael block cipher implementation details.
Definition:
rijndael.h:29
BlockCipherFinal< ENCRYPTION, Enc >
AES
AES block cipher (Rijndael)
rijndael.h
Classes for Rijndael encryption algorithm.
NAMESPACE_END
#define NAMESPACE_END
Definition:
config.h:201
DOCUMENTED_TYPEDEF
DOCUMENTED_TYPEDEF(Rijndael, AES)
CryptoPP
Generated on Mon Oct 22 2018 15:15:30 for Fabcoin Core by
1.8.11