fix arg_change

This commit is contained in:
Nikola Petrov
2024-02-04 20:47:07 +01:00
parent 4146bd9092
commit 09548dabd8
3 changed files with 7 additions and 1 deletions

View File

@@ -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);