|
WARPXM v1.10.0
|
#include <stdint.h>#include <cstddef>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | wxm |
| Base namespace for everything not included in the global namespace. | |
Functions | |
| uint64_t | wxm::sdbm (unsigned char const *data, size_t len, uint64_t prev=0) |
| sdbm hash algorihm. | |
| uint64_t | wxm::sdbm (const std::string &data, uint64_t prev=0) |