Hash function implementations. More...
Namespaces | |
Example | |
Namespace for hasher-example. | |
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. More... | |
typedef uint64_t(* | Hash64Function_ptr) (const char *, const std::size_t) |
Function pointer signatures for basic hash functions. More... | |
Hash function implementations.