|
Tinyhash
This is a library containing multiple C implementations of hashmap.
|
#include <stdint.h>#include <stdio.h>

Go to the source code of this file.
Functions | |
| uint32_t | th_hash (uint8_t *bytes, size_t size) |
| Compute an unsigned int from bytes. | |
| uint32_t th_hash | ( | uint8_t * | bytes, |
| size_t | size ) |
Compute an unsigned int from bytes.
| bytes | |
| size |
Definition at line 16 of file hash.c.
References TH_HASH_INITIAL_VALUE, and TH_HASH_MUL_VALUE.
Referenced by th_key_create().
