silc_hash_string_case

SYNOPSIS

    SilcUInt32 silc_hash_string_case(void *key, void *user_context);

DESCRIPTION

Basic hash function to hash strings. May be used with the SilcHashTable. This ignores the string's case, ie. 'Foo' and 'foo' will hash to same value. This uses Bob Jenkin's one-at-a-time (described in Wikipedia) hash function.