blob: d6176526802c217429b1ec50f7aabdf6d12ae00e [file] [log] [blame]
Matteo Scandolo3ad5d2b2020-04-02 17:02:04 -07001// +build !appengine
2// +build gc
3// +build !purego
4
5package xxhash
6
7// Sum64 computes the 64-bit xxHash digest of b.
8//
9//go:noescape
10func Sum64(b []byte) uint64
11
12func writeBlocks(x *xxh, b []byte) []byte