#include <ndn-cxx/name.hpp>
#include <inttypes.h>
#include <vector>
#include <string>
Go to the source code of this file.
|
std::shared_ptr< ndn::Buffer > | psync::compress (CompressionScheme scheme, const uint8_t *buffer, size_t bufferSize) |
|
std::shared_ptr< ndn::Buffer > | psync::decompress (CompressionScheme scheme, const uint8_t *buffer, size_t bufferSize) |
|
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) |
|