MCPcopy 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

32int Table[TABLE_SIZE];
33
34uint64_t crc64Hash(char *key, size_t len) {
35 return crc64(0,(unsigned char*)key,len);
36}
37
38uint64_t sha1Hash(char *key, size_t len) {
39 SHA1_CTX ctx;

Callers

nothing calls this directly

Calls 1

crc64Function · 0.85

Tested by

no test coverage detected