Core: Add CRC64 and regenerate global headers

This commit is contained in:
Jérôme Leclercq
2017-08-15 12:32:19 +02:00
parent 52e5ab8445
commit 5531e81e65
6 changed files with 161 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ namespace Nz
enum HashType
{
HashType_CRC32,
HashType_CRC64,
HashType_Fletcher16,
HashType_MD5,
HashType_SHA1,