Naprawiono problem z nie grenerowaniem klucza szyfrującego
This commit is contained in:
parent
29b2460910
commit
fd42a5812a
8 changed files with 23 additions and 17 deletions
|
|
@ -31,10 +31,10 @@ public:
|
|||
~ChunkManager();
|
||||
|
||||
// Kompresja danych
|
||||
std::vector<char> chunked(const std::vector<char>&, const bool&);
|
||||
std::vector<char> chunked(const std::vector<char>&, const bool&, const bool&);
|
||||
|
||||
// Dekompresja
|
||||
std::vector<char> dechunked(const std::vector<char>&, const bool&);
|
||||
std::vector<char> dechunked(const std::vector<char>&, const bool&, const bool&);
|
||||
|
||||
private:
|
||||
EncryptionManager eman;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue