14 lines
220 B
Go
Raw Normal View History

// +build !appengine
// +build gc
// +build !purego
package xxhash
// Sum64 computes the 64-bit xxHash digest of b.
//
//go:noescape
func Sum64(b []byte) uint64
//go:noescape
2020-03-09 08:55:58 +01:00
func writeBlocks(d *Digest, b []byte) int