Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ DecryptXTeaCTR
Function
DecryptXTeaCTR
engine/dlib/src/dlib/crypt.cpp:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
DM_DLLEXPORT int DecryptXTeaCTR(uint8_t* data, uint32_t datalen, const uint8_t* key, uint32_t keylen)
95
{
96
return dmCrypt::Decrypt(dmCrypt::ALGORITHM_XTEA, data, datalen, key, keylen);
97
}
98
99
}
Callers
nothing calls this directly
Calls
1
Decrypt
Function · 0.85
Tested by
no test coverage detected