Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Decrypt
Function
Decrypt
engine/dlib/src/dlib/crypt.cpp:80–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
Result Decrypt(Algorithm algo, uint8_t* data, uint32_t datalen, const uint8_t* key, uint32_t keylen)
81
{
82
EncryptXTeaCTR(data, datalen, key, keylen);
83
return RESULT_OK;
84
}
85
86
}
87
Callers
3
DecryptXTeaCTR
Function · 0.85
TEST
Function · 0.85
DecryptWithXtea
Function · 0.85
Calls
1
EncryptXTeaCTR
Function · 0.85
Tested by
1
TEST
Function · 0.68