|
roo_collections
API Documentation for roo_collections
|
#include "roo_collections/hash.h"Go to the source code of this file.
Namespaces | |
| namespace | roo_collections |
Functions | |
| static uint32_t | roo_collections::murmur_32_scramble (uint32_t k) |
| uint32_t | roo_collections::murmur3_32 (const void *key, size_t len, uint32_t seed) |
| Computes 32-bit MurmurHash3 of a binary buffer. | |