mishmash/README.md

4 lines
367 B
Markdown
Raw Permalink Normal View History

2025-05-25 16:05:35 -04:00
# mishmash
package mishmash implements the mishmash hash from Pete McNeil's [CodeDweller](https://code.microneil.com/madscientist/CodeDweller) using Go's hash.Hash32 and hash.Hash64 interfaces for simple idiomatic use in other Go programs.
It includes some tests to ensure the hashes produced by this package are the same as the version of CodeDweller linked above.