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

Function md5_comp

src/base/hash.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71int md5_comp(MD5_DIGEST digest1, MD5_DIGEST digest2)
72{
73 return mem_comp(digest1.data, digest2.data, sizeof(digest1.data));
74}

Callers 2

TESTFunction · 0.85
operator==Function · 0.85

Calls 1

mem_compFunction · 0.85

Tested by 1

TESTFunction · 0.68