From 16cfb7f016c1811975f52793de20c6535a009859 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Mon, 29 Mar 2021 17:13:52 +0530 Subject: [PATCH] encryptor file updated Signed-off-by: Avinal Kumar --- include/Encryptor.h | 2 -- 1 file changed, 2 deletions(-) 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,