UnitTests: Improve hash unit tests (add file test)

This commit is contained in:
Jérôme Leclercq
2022-02-10 11:56:35 +01:00
parent 67a24d2fe1
commit 979bf2cc80
3 changed files with 46 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ namespace Nz
{
public:
CRC32Hash(UInt32 polynomial = DefaultPolynomial);
virtual ~CRC32Hash();
~CRC32Hash();
void Append(const UInt8* data, std::size_t len) override;
void Begin() override;