Added encryption module, and data output layer

This commit is contained in:
Leonetienne
2022-05-31 17:35:05 +02:00
parent a00b8cc310
commit fd75678ea3
6 changed files with 274 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ namespace IO {
// Indicates whether EOF has been reached
static bool reachedEof;
// Indicates whether this class is initialized
// Indicates whether this class has been initialized
static bool initialized;
// All read blocks, that haven't been given out yet