A hasher which hashes an object two times and generates k digests through a linear combinations of the two digests. More...
#include <hash.h>
Public Member Functions | |
double_hasher (size_t k, hash_function h1, hash_function h2) | |
std::vector< digest > | operator() (object const &o) const |
Private Attributes | |
size_t | k_ |
hash_function | h1_ |
hash_function | h2_ |
A hasher which hashes an object two times and generates k digests through a linear combinations of the two digests.