Registry / crypto / twmb-murmur3

twmb-murmur3

JSON →
library1.1.8gogounverified

Package murmur3 provides an amd64 native (Go generic fallback) implementation of the murmur3 hash algorithm for strings and slices.

go get github.com/twmb/murmur3
INSTALL
IMPORT
SIG · TWMB-MURMUR3
T
twmb-murmur3
cryptogov1.1.8
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/twmb/murmur3

Compute a 128-bit Murmur3 hash of a byte slice.

package main import ( "fmt" "github.com/twmb/murmur3" ) func main() { h := murmur3.Sum128([]byte("hello")) fmt.Printf("%x\n", h) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Resources
twmb-murmur3 — go get twmb-murmur3 · libregistry