aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-15 00:39:37 +0000
committerlloyd <[email protected]>2008-10-15 00:39:37 +0000
commit48d58895062f3b7d629ba03d2751db5964256815 (patch)
tree539b1becf9c31640a461d4cf62ccd4a485e314bf /src
parentec08a1cf52885ee5a488a80d3bf5c2f3b2be22c0 (diff)
Doxygen comment
Diffstat (limited to 'src')
-rw-r--r--src/mac/x919_mac/x919_mac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mac/x919_mac/x919_mac.h b/src/mac/x919_mac/x919_mac.h
index 4909e554a..b10b3e709 100644
--- a/src/mac/x919_mac/x919_mac.h
+++ b/src/mac/x919_mac/x919_mac.h
@@ -10,9 +10,9 @@
namespace Botan {
-/*************************************************
-* ANSI X9.19 MAC *
-*************************************************/
+/**
+* DES/3DES-based MAC from ANSI X9.19
+*/
class BOTAN_DLL ANSI_X919_MAC : public MessageAuthenticationCode
{
public: