Security Scol plugin
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
15NAMESPACE_BEGIN(CryptoPP)
16
17
23DOCUMENTED_TYPEDEF(Rijndael, AES);
24
27
28NAMESPACE_END
29
30#endif
Rijndael block cipher.
Definition rijndael.h:46
Classes for Rijndael encryption algorithm.