diff --git a/include/Encryptor.h b/include/Encryptor.h index adaeecd..628ec68 100644 --- a/include/Encryptor.h +++ b/include/Encryptor.h @@ -30,8 +30,6 @@ class Encryptor { } public: - Encryptor(); - ~Encryptor(); uint64_t blowfish_encrypt(std::vector &input_buf, std::string const &key, uint64_t in_size); uint64_t blowfish_decrypt(std::vector &input_buf,