//
pkg.gl
Category
github.com/kyle-retool/esbuild_internal
xxhash
package
0.17.19
Repository:
https://github.com/kyle-retool/esbuild_internal.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
2
Files
266 SLOC
#
README
This Go implementation of xxHash is from
https://github.com/cespare/xxhash
.
#
Functions
New
New creates a new Digest that computes the 64-bit xxHash algorithm.
Sum64
Sum64 computes the 64-bit xxHash digest of b.
#
Structs
Digest
Digest implements hash.Hash64.