Przywrócono xxHash

This commit is contained in:
yanczi 2025-11-01 23:53:25 +01:00
parent de7ced2939
commit 07f25198da
6 changed files with 7 additions and 55 deletions

View file

@ -62,6 +62,6 @@ struct FilesTable
uint64_t hashName;
uint64_t offset;
uint32_t size;
uint32_t crc;
uint64_t crc;
uint8_t isZip;
};