diff options
author | lloyd <[email protected]> | 2008-10-15 00:39:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-15 00:39:37 +0000 |
commit | 48d58895062f3b7d629ba03d2751db5964256815 (patch) | |
tree | 539b1becf9c31640a461d4cf62ccd4a485e314bf /src | |
parent | ec08a1cf52885ee5a488a80d3bf5c2f3b2be22c0 (diff) |
Doxygen comment
Diffstat (limited to 'src')
-rw-r--r-- | src/mac/x919_mac/x919_mac.h | 6 |
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: |