summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc6.h b/rc6.h
index 13b7bfa9..9ac55d80 100644
--- a/rc6.h
+++ b/rc6.h
@@ -13,7 +13,7 @@ NAMESPACE_BEGIN(CryptoPP)
//! \class RC6_Info
//! \brief RC6 block cipher information
-struct RC6_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 0, 255>, public VariableRounds<20>
+struct RC6_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 16, 32, 8>, public VariableRounds<20>
{
static const char *StaticAlgorithmName() {return "RC6";}
typedef word32 RC6_WORD;