Sophisticated and bug-fixed DataOutput/InputLayer, and added ModuleDecryption
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "KeyManager.h"
|
||||
#include "ModuleGenerateKey.h"
|
||||
#include "ModuleEncryption.h"
|
||||
#include "ModuleDecryption.h"
|
||||
|
||||
int main(int argc, char* const* argv) {
|
||||
|
||||
@@ -24,6 +25,10 @@ int main(int argc, char* const* argv) {
|
||||
case Configuration::MODULE::ENCRYPTION:
|
||||
Module::Encryption::Run();
|
||||
break;
|
||||
|
||||
case Configuration::MODULE::DECRYPTION:
|
||||
Module::Decryption::Run();
|
||||
break;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user