libbf  0.1
 All Classes Functions Typedefs Friends Pages
Public Member Functions | Private Attributes | List of all members
bf::double_hasher Class Reference

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_
 

Detailed Description

A hasher which hashes an object two times and generates k digests through a linear combinations of the two digests.

Definition at line 46 of file hash.h.


The documentation for this class was generated from the following files: