Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ crc64Hash
Function
crc64Hash
app/redis-6.2.6/utils/tracking_collisions.c:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
int Table[TABLE_SIZE];
33
34
uint64_t crc64Hash(char *key, size_t len) {
35
return crc64(0,(unsigned char*)key,len);
36
}
37
38
uint64_t sha1Hash(char *key, size_t len) {
39
SHA1_CTX ctx;
Callers
nothing calls this directly
Calls
1
crc64
Function · 0.85
Tested by
no test coverage detected