Registry / crypto / spaolacci-murmur3

spaolacci-murmur3

JSON →
library1.1.0gogounverified

Package murmur3 implements Austin Appleby's non-cryptographic MurmurHash3.

go get github.com/spaolacci/murmur3
INSTALL
IMPORT
SIG · SPAOLACCI-MURMUR3
S
spaolacci-murmur3
cryptogov1.1.0
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.

murmur3
github.com/spaolacci/murmur3

Compute a 128-bit MurmurHash3 of a string.

package main import ( "fmt" "github.com/spaolacci/murmur3" ) func main() { h := murmur3.New128() h.Write([]byte("hello")) fmt.Println(h.Sum128()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Amazon
1
Resources
spaolacci-murmur3 — go get spaolacci-murmur3 · libregistry