fix: utf8 to 16 conversion missing on encrypt
This commit is contained in:
@@ -47,5 +47,5 @@ class DBDCrypt
|
||||
static std::vector<uint8_t> transformCDNKey(const std::string& b64CDNKey);
|
||||
static std::string shiftKeyID(const std::string& id, int shift);
|
||||
static std::string utf16ToUtf8(const std::string& utf16);
|
||||
|
||||
static std::string utf8ToUtf16(const std::string& utf8);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user