Documentation
¶
Overview ¶
Package xxhash implements the 64-bit xxHash algorithm (XXH64).
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 (xh *Digest) Reset()
Reset discards the current state and prepares to compute a new hash. We assume a seed of 0 since that is what zstd uses.
Click to show internal directories.
Click to hide internal directories.