xxHash jest teraz osobną biblioteką

This commit is contained in:
yanczi 2025-11-14 18:49:17 +01:00
parent b3c317c914
commit 29b2460910
5 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,6 @@
#include <vector>
#include <cstdint>
#include <cstring>
#include <lz4.h>
#include <stdexcept>
#include <algorithm>
#include <iostream>
@ -17,6 +16,7 @@
#include "EncryptionManager.h"
#define BLOCK_SIZE 131072 // 128KB
#define COMPRESSION_LEVEL 3
struct BlockSize
{