Registry / crypto / pierrec-xxhash

pierrec-xxhash

JSON →
library0.1.5gogounverified

Package xxHash implements the xxHash hash algorithm in pure Go.

go get github.com/pierrec/xxHash
INSTALL
IMPORT
SIG · PIERREC-XXHASH
P
pierrec-xxhash
cryptogov0.1.5
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.

xxHash
github.com/pierrec/xxHash

Computes the xxHash32 hash of a string.

import "github.com/pierrec/xxHash/xxHash32" func main() { h := xxHash32.New(0) h.Write([]byte("hello")) _ = h.Sum32() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Amazon
1
Resources
pierrec-xxhash — go get pierrec-xxhash · libregistry