Source release 18.5.0
This commit is contained in:
@@ -37,7 +37,7 @@ class AesCbcKey {
|
||||
~AesCbcKey();
|
||||
|
||||
bool Init(const std::string& key);
|
||||
bool Encrypt(const std::string& in, std::string* out, std::string* iv);
|
||||
bool Encrypt(const std::string& in, const std::string& iv, std::string* out);
|
||||
|
||||
private:
|
||||
std::string key_;
|
||||
|
||||
Reference in New Issue
Block a user