package
0.17.19
Repository: https://github.com/kyle-retool/esbuild_internal.git
Documentation: pkg.go.dev

# README

This Go implementation of xxHash is from https://github.com/cespare/xxhash.

# Functions

New creates a new Digest that computes the 64-bit xxHash algorithm.
Sum64 computes the 64-bit xxHash digest of b.

# Structs

Digest implements hash.Hash64.