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