24 #ifndef PSYNC_UTIL_HPP 25 #define PSYNC_UTIL_HPP 27 #include <ndn-cxx/name.hpp> 36 murmurHash3(uint32_t nHashSeed,
const std::vector<unsigned char>& vDataToHash);
39 murmurHash3(uint32_t nHashSeed,
const std::string& str);
53 #endif // PSYNC_UTIL_HPP
uint32_t murmurHash3(uint32_t nHashSeed, const std::vector< unsigned char > &vDataToHash)