3 hashkit_value - Generate a value for the given key
7 C Library for hashing algorithms (libhashkit, -lhashkit)
11 #include <libhashkit/hashkit.h>
13 uint32_t hashkit_value(hashkit_st *hash,
19 The hashkit_value() function generates a 32-bit hash value from the
20 given key and key_length. The hash argument is an initialized hashkit
21 object, and distribution type and hash function is used from this
22 object while generating the value.
30 To find out more information please check:
31 L<https://launchpad.net/libmemcached>
35 Brian Aker, E<lt>brian@tangent.orgE<gt>
39 hashkit_create(3) hashkit_set_distribution(3) hashkit_set_hash_fn(3)