diff --git a/include/Encryptor.h b/include/Encryptor.h index 4d6fe17..adaeecd 100644 --- a/include/Encryptor.h +++ b/include/Encryptor.h @@ -34,7 +34,7 @@ public: ~Encryptor(); uint64_t blowfish_encrypt(std::vector &input_buf, std::string const &key, uint64_t in_size); - uint64_t blowfish_decrypt(std::vector const &input_buf, + uint64_t blowfish_decrypt(std::vector &input_buf, std::string const &key, uint64_t in_size); };