Addressed Issue #10

This commit is contained in:
amazing-username
2018-03-31 15:04:20 -05:00
parent d1662f12fb
commit 30bc1f8245
10 changed files with 67 additions and 65 deletions
-1
View File
@@ -10,7 +10,6 @@ Encryption::Encryption(const string& message, const string& keyPath)
this->message = message;
setupMap(keyPath);
configurePasswordFileName();
//encryptMessage();
}
Encryption::Encryption(const Password<>& pass, const Key<>& ky)
{