diff options
Diffstat (limited to 'vendor/github.com/cespare/xxhash/v2/xxhash_other.go')
-rw-r--r-- | vendor/github.com/cespare/xxhash/v2/xxhash_other.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/cespare/xxhash/v2/xxhash_other.go b/vendor/github.com/cespare/xxhash/v2/xxhash_other.go index 26df13bba..118e49e81 100644 --- a/vendor/github.com/cespare/xxhash/v2/xxhash_other.go +++ b/vendor/github.com/cespare/xxhash/v2/xxhash_other.go @@ -3,7 +3,7 @@ package xxhash -// Sum64 computes the 64-bit xxHash digest of b. +// Sum64 computes the 64-bit xxHash digest of b with a zero seed. func Sum64(b []byte) uint64 { // A simpler version would be // d := New() |