NCBI C++ ToolKit
|
#include <stdint.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
void | MurmurHash3_x86_32 (const void *key, int len, uint32_t seed, void *out) |
void | MurmurHash3_x86_128 (const void *key, int len, uint32_t seed, void *out) |
void | MurmurHash3_x64_128 (const void *key, int len, uint32_t seed, void *out) |
Referenced by CChecksumBase::x_Update().