diff options
Diffstat (limited to '')
-rw-r--r-- | CryptoPP/blowfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPP/blowfish.h b/CryptoPP/blowfish.h index 4707ce192..ebc4f94d3 100644 --- a/CryptoPP/blowfish.h +++ b/CryptoPP/blowfish.h @@ -9,7 +9,7 @@ NAMESPACE_BEGIN(CryptoPP) //! _ -struct Blowfish_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 1, 56>, public FixedRounds<16> +struct Blowfish_Info : public FixedBlockSize<8>, public VariableKeyLength<16, 4, 56>, public FixedRounds<16> { static const char *StaticAlgorithmName() {return "Blowfish";} }; |