|
NAMEhashkit_md5 - libhashkit DocumentationVarious hash functions to use for calculating values for keys SYNOPSIS#include <libhashkit/hashkit.h>
Compile and link with -lhashkit DESCRIPTIONThese functions generate hash values from a key using a variety of algorithms. These functions can be used standalone, or as arguments to hashkit_set_hash_fn(3) or hashkit_set_continuum_hash_fn(3).The hashkit_hsieh is only available if the library is built with the appropriate flag enabled. RETURN VALUEA 32-bit hash value.HOMETo find out more information please check: http://libmemcached.org/SEE ALSOhashkit_create(3) hashkit_value(3) hashkit_set_hash_fn(3) hashkit_set_continuum_hash_fn(3)AUTHORBrian AkerCOPYRIGHT2011-2013, Brian Aker DataDifferential, http://datadifferential.com/
Visit the GSP FreeBSD Man Page Interface. |