Fabcoin Core  0.16.2
P2P Digital Currency
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 
12 
17 
20 
22 
23 #endif
#define NAMESPACE_BEGIN(x)
Definition: config.h:200
Rijndael block cipher implementation details.
Definition: rijndael.h:29
AES block cipher (Rijndael)
Classes for Rijndael encryption algorithm.
#define NAMESPACE_END
Definition: config.h:201
DOCUMENTED_TYPEDEF(Rijndael, AES)