Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hash.cc File Reference
#include "hash.hh"
#include <string.h>
Include dependency graph for hash.cc:

Functions

uint32_t h (const char *data, size_t len)
 
uint32_t hash_ruby (const char *data)
 
uint32_t h (std::string input)
 

Function Documentation

uint32_t h ( const char *  data,
size_t  len 
)
uint32_t h ( std::string  input)
uint32_t hash_ruby ( const char *  data)