func github.com/klauspost/compress/zstd/internal/xxhash.Sum64

5 uses

	github.com/klauspost/compress/zstd/internal/xxhash (current package)
		xxhash_asm.go#L13: func Sum64(b []byte) uint64
		xxhash_safe.go#L5: 	return Sum64([]byte(s))

	github.com/klauspost/compress/zstd
		blockdec.go#L258: 			println("Decompressed to total", len(b.dst), "bytes, hash:", xxhash.Sum64(b.dst), "error:", err)
		blockdec.go#L626: 		println("Literals:", len(seqs.literals), "hash:", xxhash.Sum64(seqs.literals), "and", seqs.nSeqs, "sequences.")
		decoder.go#L458: 		binary.LittleEndian.PutUint32(tmp[:], uint32(xxhash.Sum64(next.b)))