go implementation of CodeDweller/mishmash.hpp/cpp
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
William Dillon 7bad662b17 updated mishmash - added second hash capabilities by converting Mishmash to a modified variadic function - takes and uses the accumulator if given il y a 3 ans
LICENSE.TXT first commit il y a 3 ans
README.md updated mishmash - added second hash capabilities by converting Mishmash to a modified variadic function - takes and uses the accumulator if given il y a 3 ans
mishmash.go updated mishmash - added second hash capabilities by converting Mishmash to a modified variadic function - takes and uses the accumulator if given il y a 3 ans
mishmash_test.go updated mishmash - added second hash capabilities by converting Mishmash to a modified variadic function - takes and uses the accumulator if given il y a 3 ans

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.