Naprawiony błąd z deszyfracją, strumieniowe wypakowywanie danych skończone
This commit is contained in:
parent
6b0fbed103
commit
aea66dbfd9
8 changed files with 5 additions and 286 deletions
|
|
@ -32,7 +32,6 @@
|
|||
#include <xxhash.h>
|
||||
|
||||
#include "DataStruct.h"
|
||||
#include "ChunkManager.h"
|
||||
#include "EncryptionManager.h"
|
||||
#include "CompressionManager.h"
|
||||
|
||||
|
|
@ -70,13 +69,7 @@ private:
|
|||
// Pobieranie nag³ówków plików
|
||||
void LoadFilesTable();
|
||||
|
||||
// Sprawdzanie sumy kontrolnej
|
||||
bool HashValid(const std::vector<char>&, const uint64_t&);
|
||||
|
||||
// Utwórz katalog
|
||||
void CreateDirections(std::filesystem::path);
|
||||
|
||||
// Magiczna funkcja do dekompresji i deszyfracji danych
|
||||
void computingBytes(const std::vector<char>&, std::vector<char>&, const uint8_t&);
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue