blob: d6176526802c217429b1ec50f7aabdf6d12ae00e [file] [log] [blame]
Matteo Scandolo2e6f1e32020-04-15 11:28:45 -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