Added encryption module, and data output layer

This commit is contained in:
Leonetienne
2022-05-31 17:35:05 +02:00
parent ada88e8139
commit 30289214f8
6 changed files with 274 additions and 5 deletions
+1 -1
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