mirror of
https://github.com/avinal/Krypto.git
synced 2026-01-09 22:58:36 +05:30
encryptor file updated
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
@@ -30,8 +30,6 @@ class Encryptor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public:
|
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> &input_buf,
|
uint64_t blowfish_decrypt(std::vector<char> &input_buf,
|
||||||
|
|||||||
Reference in New Issue
Block a user