Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ store64
Function
store64
src/base/hash_libtomcrypt.cpp:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
static void store64(u64 x, unsigned char *y)
42
{
43
int i;
44
for(i = 0; i != 8; ++i)
45
y[i] = (x >> ((7 - i) * 8)) & 255;
46
}
47
48
static void store32(u32 x, unsigned char *y)
49
{
Callers
1
sha_done
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected