MCPcopy 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

DecryptXTeaCTRFunction · 0.85
TESTFunction · 0.85
DecryptWithXteaFunction · 0.85

Calls 1

EncryptXTeaCTRFunction · 0.85

Tested by 1

TESTFunction · 0.68