summaryrefslogtreecommitdiff
path: root/rc5.h
diff options
context:
space:
mode:
Diffstat (limited to 'rc5.h')
-rw-r--r--rc5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc5.h b/rc5.h
index d594dc7..5dcc1aa 100644
--- a/rc5.h
+++ b/rc5.h
@@ -9,6 +9,7 @@
NAMESPACE_BEGIN(CryptoPP)
+//! _
struct RC5_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 0, 255>, public VariableRounds<16>
{
static const char *StaticAlgorithmName() {return "RC5";}