MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / dictGenCaseHashFunction

Function dictGenCaseHashFunction

src/dict.cpp:93–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93uint64_t dictGenCaseHashFunction(const unsigned char *buf, int len) {
94 return siphash_nocase(buf,len,dict_hash_function_seed);
95}
96
97/* ----------------------------- API implementation ------------------------- */
98

Callers 1

dictSdsCaseHashFunction · 0.85

Calls 1

siphash_nocaseFunction · 0.85

Tested by

no test coverage detected