Posted some hashing routines I'd worked on in the past online today. One of them is still broken but xxhash and blake hashes work and I've been using them to power hash tables for about a year now.
https://github.com/IcedQuinn/icedhash https://code.iceworks.cc/icedquinn/icedhash
May get around to adding Blake3 hashes.