Go to the source code of this file.
Namespaces | |
psync | |
Functions | |
uint32_t | psync::murmurHash3 (uint32_t nHashSeed, const std::vector< unsigned char > &vDataToHash) |
uint32_t | psync::murmurHash3 (uint32_t nHashSeed, const std::string &str) |
uint32_t | psync::murmurHash3 (uint32_t nHashSeed, uint32_t value) |
static uint32_t | psync::ROTL32 (uint32_t x, int8_t r) |