Naprawiony błąd z deszyfracją, strumieniowe wypakowywanie danych skończone

This commit is contained in:
yanczi 2025-12-23 21:34:57 +01:00
parent 6b0fbed103
commit aea66dbfd9
8 changed files with 5 additions and 286 deletions

View file

@ -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&);
};