MCPcopy 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
41static 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
48static void store32(u32 x, unsigned char *y)
49{

Callers 1

sha_doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected