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 --- cbcmac.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cbcmac.h') diff --git a/cbcmac.h b/cbcmac.h index a05d5c6..35a48c1 100644 --- a/cbcmac.h +++ b/cbcmac.h @@ -6,6 +6,7 @@ NAMESPACE_BEGIN(CryptoPP) +//! _ class CRYPTOPP_DLL CRYPTOPP_NO_VTABLE CBC_MAC_Base : public MessageAuthenticationCode { public: @@ -26,7 +27,7 @@ private: }; //! CBC-MAC -/*! Compatible with FIPS 113. T should be an encryption class. +/*! Compatible with FIPS 113. T should be a class derived from BlockCipherDocumentation. Secure only for fixed length messages. For variable length messages use DMAC. */ -- cgit v1.2.1