Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

aes.h

Go to the documentation of this file.
00001 #ifndef CRYPTOPP_AES_H
00002 #define CRYPTOPP_AES_H
00003 
00008 #include "rijndael.h"
00009 
00010 NAMESPACE_BEGIN(CryptoPP)
00011 
00013 typedef RijndaelEncryption AESEncryption;
00014 
00016 typedef RijndaelDecryption AESDecryption;
00017 
00018 NAMESPACE_END
00019 
00020 #endif

Generated at Mon Jan 15 01:16:29 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000