diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-25 22:07:38 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-11-25 22:07:38 +0100 |
commit | f50c14f91b9d7488caa45b1ab9faeaa6d6028f41 (patch) | |
tree | b0bf16acbf79e6fcd45e3eee4309249f53dd028d /CryptoPP/blowfish.h | |
parent | Rails don't turn grass into dirt underneath them. (Patch contributed by STR_Warrior) (diff) | |
download | cuberite-f50c14f91b9d7488caa45b1ab9faeaa6d6028f41.tar cuberite-f50c14f91b9d7488caa45b1ab9faeaa6d6028f41.tar.gz cuberite-f50c14f91b9d7488caa45b1ab9faeaa6d6028f41.tar.bz2 cuberite-f50c14f91b9d7488caa45b1ab9faeaa6d6028f41.tar.lz cuberite-f50c14f91b9d7488caa45b1ab9faeaa6d6028f41.tar.xz cuberite-f50c14f91b9d7488caa45b1ab9faeaa6d6028f41.tar.zst cuberite-f50c14f91b9d7488caa45b1ab9faeaa6d6028f41.zip |
Diffstat (limited to 'CryptoPP/blowfish.h')
-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";} }; |