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

Function sha256_comp

src/base/hash.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48int sha256_comp(SHA256_DIGEST digest1, SHA256_DIGEST digest2)
49{
50 return mem_comp(digest1.data, digest2.data, sizeof(digest1.data));
51}
52
53MD5_DIGEST md5(const void *message, size_t message_len)
54{

Callers 2

TESTFunction · 0.85
operator==Function · 0.85

Calls 1

mem_compFunction · 0.85

Tested by 1

TESTFunction · 0.68