MCPcopy Create free account
hub / github.com/ddnet/ddnet / md5_str

Function md5_str

src/base/hash.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void md5_str(MD5_DIGEST digest, char *str, size_t max_len)
62{
63 digest_str(digest.data, sizeof(digest.data), str, max_len);
64}
65
66int md5_from_str(MD5_DIGEST *out, const char *str)
67{

Callers 1

ExpectMd5Function · 0.85

Calls 1

digest_strFunction · 0.85

Tested by 1

ExpectMd5Function · 0.68