code review changes

This commit is contained in:
Alex
2024-02-09 11:39:51 -05:00
parent 42c4068d2a
commit 2478a1355f
11 changed files with 104 additions and 118 deletions

View File

@ -7,7 +7,7 @@ class AlgorithmMD5 : public IHashFunction
AlgorithmMD5Impl* m_impl;
public:
static const int HASH_SIZE = 20;
static const int HASH_SIZE = 16;
AlgorithmMD5();
~AlgorithmMD5() override;