summaryrefslogtreecommitdiff
path: root/mdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdc.h')
-rw-r--r--mdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdc.h b/mdc.h
index ce12ca5..a9bb430 100644
--- a/mdc.h
+++ b/mdc.h
@@ -11,6 +11,7 @@
NAMESPACE_BEGIN(CryptoPP)
+//! _
template <class T>
struct MDC_Info : public FixedBlockSize<T::DIGESTSIZE>, public FixedKeyLength<T::BLOCKSIZE>
{