Searched refs:pysiphash (Results 1 – 2 of 2) sorted by relevance
416 pysiphash(const void *src, Py_ssize_t src_sz) { in pysiphash() function430 static PyHash_FuncDef PyHash_Func = {pysiphash, "siphash24", 64, 128};
25 def pysiphash(uint64): function