bloom-filter.cpp File Reference
#include "PSync/detail/bloom-filter.hpp"
#include "PSync/detail/util.hpp"
#include <ndn-cxx/util/exception.hpp>
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <limits>
+ Include dependency graph for bloom-filter.cpp:

Go to the source code of this file.

Namespaces

 psync
 
 psync::detail
 

Functions

static bloom_parameters psync::detail::makeParameters (unsigned int projected_element_count, double false_positive_probability)
 

Variables

static const unsigned char psync::detail::bit_mask [bits_per_char]
 
static const std::size_t psync::detail::bits_per_char = 0x08