#include <pyhash.h>
Public Attributes | |
| unsigned char | uc [24] |
| struct { | |
| Py_hash_t prefix | |
| Py_hash_t suffix | |
| } | fnv |
| struct { | |
| uint64_t k0 | |
| uint64_t k1 | |
| } | siphash |
| struct { | |
| unsigned char padding [16] | |
| Py_hash_t suffix | |
| } | djbx33a |
| struct { | |
| unsigned char padding [16] | |
| Py_hash_t hashsalt | |
| } | expat |
| unsigned char uc[24] |
| Py_hash_t prefix |
| Py_hash_t suffix |
| struct { ... } fnv |
| uint64_t k0 |
| uint64_t k1 |
| struct { ... } siphash |
| unsigned char padding[16] |
| struct { ... } djbx33a |
| Py_hash_t hashsalt |
| struct { ... } expat |