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 --- ttmac.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ttmac.h') diff --git a/ttmac.h b/ttmac.h index 9065b65..8555fbb 100644 --- a/ttmac.h +++ b/ttmac.h @@ -7,9 +7,8 @@ #include "iterhash.h" NAMESPACE_BEGIN(CryptoPP) -//! Two-Track-MAC -/*! 160 Bit MAC with 160 Bit Key */ +//! _ class CRYPTOPP_NO_VTABLE TTMAC_Base : public FixedKeyLength<20>, public IteratedHash { public: @@ -31,7 +30,8 @@ protected: }; //! Two-Track-MAC -typedef MessageAuthenticationCodeFinal TTMAC; +/*! 160 Bit MAC with 160 Bit Key */ +DOCUMENTED_TYPEDEF(MessageAuthenticationCodeFinal, TTMAC) NAMESPACE_END -- cgit v1.2.1