Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ HashMd5
Function
HashMd5
engine/dlib/src/dlib/crypt_mbedtls.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void HashMd5(const uint8_t* buf, uint32_t buflen, uint8_t* digest)
50
{
51
HashMbedTLS(MBEDTLS_MD_MD5, buf, buflen, digest, 16);
52
}
53
54
bool Base64Encode(const uint8_t* src, uint32_t src_len, uint8_t* dst, uint32_t* dst_len)
55
{
Callers
3
HashMD5
Function · 0.85
TEST
Function · 0.85
CreateResourceHash
Function · 0.85
Calls
1
HashMbedTLS
Function · 0.85
Tested by
1
TEST
Function · 0.68