README ¶ MetroHash This package is a mechanical translation of the reference C++ code for MetroHash, available at https://github.com/jandrewrogers/MetroHash I claim no additional copyright over the original implementation. Expand ▾ Collapse ▴ Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func Hash128(buffer []byte, seed uint64) (uint64, uint64) func Hash64(buffer []byte, seed uint64) uint64 func Hash64Str(buffer string, seed uint64) uint64 Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Hash128 ¶ func Hash128(buffer []byte, seed uint64) (uint64, uint64) func Hash64 ¶ func Hash64(buffer []byte, seed uint64) uint64 func Hash64Str ¶ func Hash64Str(buffer string, seed uint64) uint64 Types ¶ This section is empty. Source Files ¶ View all Source files metro128.go metro_stub.go Click to show internal directories. Click to hide internal directories.