From 86081726cda32a2c89e90eaa254844c5f0675c8b Mon Sep 17 00:00:00 2001 From: weidai Date: Wed, 5 Dec 2007 14:22:18 +0000 Subject: change minimum key size to 0 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@418 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- serpent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serpent.h') 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";} }; -- cgit v1.2.1