Registry / crypto / oneofone-xxhash

oneofone-xxhash

JSON →
library1.2.8gogounverified

Implements the xxHash non-cryptographic hash algorithm.

go get github.com/OneOfOne/xxhash
INSTALL
IMPORT
SIG · ONEOFONE-XXHASH
O
oneofone-xxhash
cryptogov1.2.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.

xxhash
github.com/OneOfOne/xxhash

Compute xxHash checksum.

package main import ( "fmt" "github.com/OneOfOne/xxhash" ) func main() { h := xxhash.New64() h.Write([]byte("hello")) fmt.Println(h.Sum64()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
oneofone-xxhash — go get oneofone-xxhash · libregistry