summaryrefslogtreecommitdiff
path: root/cbcmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'cbcmac.h')
-rw-r--r--cbcmac.h3
1 files changed, 2 insertions, 1 deletions
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:
};
//! <a href="http://www.weidai.com/scan-mirror/mac.html#CBC-MAC">CBC-MAC</a>
-/*! 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.
*/