fix: utf8 to 16 conversion missing on encrypt

This commit is contained in:
2026-04-13 01:08:41 -03:00
parent bda519e70a
commit a421793a54
2 changed files with 46 additions and 10 deletions
+1 -1
View File
@@ -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);
};