From 393ae4859a9d3df3c5aee304b4c65121b657f613 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 --- aes.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'aes.h') diff --git a/aes.h b/aes.h index 8ec4b8bd..7c825668 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