Registry / crypto / cespare-xxhash-v2

cespare-xxhash-v2

JSON →
library2.3.0gogounverified

Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.

go get github.com/cespare/xxhash/v2
INSTALL
IMPORT
SIG · CESPARE-XXHASH-V2
C
cespare-xxhash-v2
cryptogov2.3.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.

xxhash
github.com/cespare/xxhash/v2

Computes the xxHash64 hash of a string.

package main import ( "fmt" "github.com/cespare/xxhash/v2" ) func main() { h := xxhash.Sum64String("hello") fmt.Println(h) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Amazon
1
Resources
cespare-xxhash-v2 — go get cespare-xxhash-v2 · libregistry