Add hashlittle2() and ensure the hash is never 0
authorWayne Davison <wayne@opencoder.net>
Wed, 14 Sep 2022 05:37:39 +0000 (22:37 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 14 Sep 2022 05:37:39 +0000 (22:37 -0700)
commitb012cde1ed34805ba6996933bee437a00d253c0c
treed0761c089aa83d60be2dda382115a64d08a166d2
parent464555ea923b32f3504678d05bc7de9205e5c8da
Add hashlittle2() and ensure the hash is never 0

It's probably time for a faster hash algorithm, but this gives us
the free 64-bit hashing that things like the xattr code can use.
hashtable.c