xxHash jest teraz osobną biblioteką
This commit is contained in:
parent
b3c317c914
commit
29b2460910
5 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue