Registry / utility / mmcloughlin-meow

mmcloughlin-meow

JSON →
library0.0.0-20200201185800-3501c7c05d21gogounverified

Go implementation of the Meow hash, a fast non-cryptographic hash function.

go get github.com/mmcloughlin/meow
INSTALL
IMPORT
SIG · MMCLOUGHLIN-MEOW
M
mmcloughlin-meow
utilitygov0.0.0-20200201185800-3501c7c05d21
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

meow
github.com/mmcloughlin/meow

Compute a Meow hash of a string.

package main import ( "fmt" "github.com/mmcloughlin/meow" ) func main() { h := meow.New() h.Write([]byte("hello")) fmt.Printf("%x\n", h.Sum(nil)) }
Debug
Known issues
gotchaMeow hash is not cryptographically secure.
fix
Do not use for security purposes; use crypto/sha256 or similar for cryptographic hashing.
affects: all
Upgrade
Version history
0.0.0-20200201185800-3501c7c05d21latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
mmcloughlin-meow — go get mmcloughlin-meow · libregistry