summaryrefslogtreecommitdiff
path: root/3way.h
diff options
context:
space:
mode:
Diffstat (limited to '3way.h')
-rw-r--r--3way.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/3way.h b/3way.h
index 6c6a128..026af1c 100644
--- a/3way.h
+++ b/3way.h
@@ -9,6 +9,7 @@
NAMESPACE_BEGIN(CryptoPP)
+//! _
struct ThreeWay_Info : public FixedBlockSize<12>, public FixedKeyLength<12>, public VariableRounds<11>
{
static const char *StaticAlgorithmName() {return "3-Way";}