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 --- dmac.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dmac.h') diff --git a/dmac.h b/dmac.h index f10d34f..ad30fb1 100644 --- a/dmac.h +++ b/dmac.h @@ -5,6 +5,7 @@ NAMESPACE_BEGIN(CryptoPP) +//! _ template class CRYPTOPP_NO_VTABLE DMAC_Base : public SameKeyLengthAs, public MessageAuthenticationCode { @@ -32,7 +33,7 @@ private: //! DMAC /*! Based on "CBC MAC for Real-Time Data Sources" by Erez Petrank - and Charles Rackoff. T should be BlockTransformation class. + and Charles Rackoff. T should be a class derived from BlockCipherDocumentation. */ template class DMAC : public MessageAuthenticationCodeFinal > -- cgit v1.2.1