mirror of
https://github.com/avinal/Krypto.git
synced 2026-01-10 07:08:35 +05:30
fix decrypt method
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
|||||||
~Encryptor();
|
~Encryptor();
|
||||||
uint64_t blowfish_encrypt(std::vector<char> &input_buf,
|
uint64_t blowfish_encrypt(std::vector<char> &input_buf,
|
||||||
std::string const &key, uint64_t in_size);
|
std::string const &key, uint64_t in_size);
|
||||||
uint64_t blowfish_decrypt(std::vector<char> const &input_buf,
|
uint64_t blowfish_decrypt(std::vector<char> &input_buf,
|
||||||
std::string const &key, uint64_t in_size);
|
std::string const &key, uint64_t in_size);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user