Crypto++
5.6.4
Free C++ class library of cryptographic schemes
aes.h
Go to the documentation of this file.
1
// aes.h - written and placed in the public domain by Wei Dai
2
3
//! \file
4
//! \brief Class file for the AES cipher (Rijndael)
5
6
#ifndef CRYPTOPP_AES_H
7
#define CRYPTOPP_AES_H
8
9
#include "
rijndael.h
"
10
11
NAMESPACE_BEGIN(
CryptoPP
)
12
13
//! \class AES
14
//! \brief AES block cipher (Rijndael)
15
//! \sa <a href="http://www.cryptolounge.org/wiki/AES">AES</a> winner, announced on 10/2/2000
16
DOCUMENTED_TYPEDEF(
Rijndael
,
AES
);
17
18
typedef
RijndaelEncryption
AESEncryption
;
19
typedef
RijndaelDecryption
AESDecryption
;
20
21
NAMESPACE_END
22
23
#endif
Rijndael
Rijndael block cipher implementation details.
Definition:
rijndael.h:30
BlockCipherFinal< ENCRYPTION, Enc >
rijndael.h
Classes for Rijndael encryption algorithm.
CryptoPP
Crypto++ library namespace.
AES
AES block cipher (Rijndael)
Definition:
aes.h:16
Generated on Wed Sep 16 2020 15:32:49 for Crypto++ by
1.8.20