fix arg_change
This commit is contained in:
@@ -10,6 +10,7 @@ class Cryptography
|
||||
public:
|
||||
Cryptography(std::string password);
|
||||
~Cryptography();
|
||||
void change_pass(std::string password);
|
||||
bool encrypt(Buffer *plain, Buffer *encrypted);
|
||||
bool decrypt(Buffer *encrypted, Buffer *decrypted);
|
||||
|
||||
|
Reference in New Issue
Block a user