bearophile Wrote: > What's the purpose of a separated hash_t type? Can't it be removed, keeping just an uint or size_t for that purpose? there are different hash algorithms, so hash_t is not forced to be size_t.