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 size_t) |
Basic hash function typedefs. More... | |
typedef uint64_t(* | Hash64Function_ptr )(const char *, const size_t) |
Basic hash function typedefs. More... | |
Hash function implementations.