Registry / crypto / dgryski-go-spooky

dgryski-go-spooky

JSON →
library0.0.0-20170606183049-ed3d087f40e2gogounverified

A Go implementation of Bob Jenkins' SpookyHash non-cryptographic hash function.

go get github.com/dgryski/go-spooky
INSTALL
IMPORT
SIG · DGRYSKI-GO-SPOOKY
D
dgryski-go-spooky
cryptogov0.0.0-20170606183049-ed3d087f40e2
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.

spooky
github.com/dgryski/go-spooky

Compute a 64-bit SpookyHash of a byte slice.

package main import ( "fmt" "github.com/dgryski/go-spooky" ) func main() { hash := spooky.Hash64([]byte("hello")) fmt.Printf("%x\n", hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20170606183049-ed3d087f40e2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
dgryski-go-spooky — go get dgryski-go-spooky · libregistry