Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
int sha256_comp(SHA256_DIGEST digest1, SHA256_DIGEST digest2)
49
{
50
return mem_comp(digest1.data, digest2.data, sizeof(digest1.data));
51
}
52
53
MD5_DIGEST md5(const void *message, size_t message_len)
54
{
Callers
2
TEST
Function · 0.85
operator==
Function · 0.85
Calls
1
mem_comp
Function · 0.85
Tested by
1
TEST
Function · 0.68