diff options
author | lloyd <[email protected]> | 2008-10-15 00:47:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-15 00:47:19 +0000 |
commit | 9df598812b4717945bd49749894c2f44de0bd915 (patch) | |
tree | 43aac3d4fe17fd4b34c8cbd46d20adb0f40b48cc | |
parent | a087927012a2c4f40660c207dd8a29fa9cd537a0 (diff) | |
parent | 48d58895062f3b7d629ba03d2751db5964256815 (diff) |
merge of '141433027ee455b8c8b2829f5233eb577039bd41'
and 'a70931899dfcc15fe8aa2ace40712717859afe50'
-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: |