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