------- Original message -------
From: Branko Čibej

- hash = ht->hash_func(key, &klen);
+ hash = randomize_hash(ht, ht->hash_func(key, &klen);

Completely private change that leaves hash_func_t unchanged.

Interesting approach. So, randomize_hash() would then perturb (xor or 
something) what the hash function returns based on the seed, right?

--
Bojan

Reply via email to