Registry / crypto / zeebo-xxh3

zeebo-xxh3

JSON →
library1.1.0gogounverified

Package xxh3 implements the XXH3 hash algorithm in pure Go.

go get github.com/zeebo/xxh3
INSTALL
IMPORT
SIG · ZEEBO-XXH3
Z
zeebo-xxh3
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.

xxh3
github.com/zeebo/xxh3

Compute XXH3 hash of a byte slice

package main import ( "fmt" "github.com/zeebo/xxh3" ) func main() { h := xxh3.Hash([]byte("hello")) fmt.Println(h) }
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
35 hits · last 30 days
node
32
Resources
zeebo-xxh3 — go get zeebo-xxh3 · libregistry