Documentation ¶
Overview ¶
Adapted from https://cs.github.com/evanw/esbuild/blob/0c9ced59c8b3ea3bd8dd5feebafed1f47ed279dd/internal/xxhash Copyright (c) 2016 Caleb Spare. All rights reserved. SPDX-License-Identifier: MIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Digest ¶
type Digest struct {
// contains filtered or unexported fields
}
Digest implements hash.Hash64.
func (*Digest) Reset ¶
func (d *Digest) Reset()
Reset clears the Digest's state so that it can be reused.
Click to show internal directories.
Click to hide internal directories.