From a2828f6ae67c3d7294118a8144b1b2ec431237c4 Mon Sep 17 00:00:00 2001 From: weidai Date: Thu, 22 Jul 2004 00:51:57 +0000 Subject: fix documentation, fix PanamaMAC, fix algorithm names git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@186 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- aes.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'aes.h') diff --git a/aes.h b/aes.h index 8ec4b8b..7c82566 100644 --- a/aes.h +++ b/aes.h @@ -1,20 +1,12 @@ #ifndef CRYPTOPP_AES_H #define CRYPTOPP_AES_H -/** \file - AES winner announced on 10/2/2000 -*/ - #include "rijndael.h" NAMESPACE_BEGIN(CryptoPP) -#ifdef CRYPTOPP_DOXYGEN_PROCESSING // Use inheritance instead of typedef to get a seperate API reference page for AES -//! AES -class AES : public Rijndael {}; -#else -typedef Rijndael AES; -#endif +//! AES winner, announced on 10/2/2000 +DOCUMENTED_TYPEDEF(Rijndael, AES); typedef RijndaelEncryption AESEncryption; typedef RijndaelDecryption AESDecryption; -- cgit v1.2.1