summaryrefslogtreecommitdiff
path: root/idea.h
diff options
context:
space:
mode:
Diffstat (limited to 'idea.h')
-rw-r--r--idea.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/idea.h b/idea.h
index b33be628..4baa3144 100644
--- a/idea.h
+++ b/idea.h
@@ -9,6 +9,7 @@
NAMESPACE_BEGIN(CryptoPP)
+//! _
struct IDEA_Info : public FixedBlockSize<8>, public FixedKeyLength<16>, public FixedRounds<8>
{
static const char *StaticAlgorithmName() {return "IDEA";}