summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--serpent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/serpent.h b/serpent.h
index 39e63d0..f7ee8d6 100644
--- a/serpent.h
+++ b/serpent.h
@@ -10,7 +10,7 @@
NAMESPACE_BEGIN(CryptoPP)
//! _
-struct Serpent_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 1, 32>, public FixedRounds<32>
+struct Serpent_Info : public FixedBlockSize<16>, public VariableKeyLength<16, 0, 32>, public FixedRounds<32>
{
static const char *StaticAlgorithmName() {return "Serpent";}
};