go implementation of CodeDweller/mishmash.hpp/cpp
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
William Dillon 7bad662b17 updated mishmash - added second hash capabilities by converting Mishmash to a modified variadic function - takes and uses the accumulator if given vor 3 Jahren
LICENSE.TXT first commit vor 3 Jahren
README.md updated mishmash - added second hash capabilities by converting Mishmash to a modified variadic function - takes and uses the accumulator if given vor 3 Jahren
mishmash.go updated mishmash - added second hash capabilities by converting Mishmash to a modified variadic function - takes and uses the accumulator if given vor 3 Jahren
mishmash_test.go updated mishmash - added second hash capabilities by converting Mishmash to a modified variadic function - takes and uses the accumulator if given vor 3 Jahren

README.md

Mishmash

this is a non-cryptographic hash optimized for short strings.

adapted from CodeDweller/mishmash.h/cpp https://code.microneil.com/madscientist/CodeDweller/src/branch/master

to use: use the Mishmash function. If you’re in need of a second hash (or could be) keep the second value returned, that’s the accumulator. Mishmash will take that in a second call, along with your string, to create a second hash.