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

A hasher which hashes an object k times. More...

#include <hash.h>

Public Member Functions

 default_hasher (std::vector< hash_function > fns)
 
std::vector< digest > operator() (object const &o) const
 

Private Attributes

std::vector< hash_function > fns_
 

Detailed Description

A hasher which hashes an object k times.

Definition at line 33 of file hash.h.


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