Hash function implementations. More...
| Namespaces | |
| namespace | Example | 
| Namespace for hasher-example. | |
| namespace | Function | 
| Hash functions. | |
| Classes | |
| class | Implementation | 
| Hash function implementation base class.  More... | |
| Typedefs | |
| typedef uint32_t(* | Hash32Function_ptr) (const char *, const std::size_t) | 
| Function pointer signatures for basic hash functions. | |
| typedef uint64_t(* | Hash64Function_ptr) (const char *, const std::size_t) | 
| Function pointer signatures for basic hash functions. | |
Hash function implementations.