2
0
mirror of https://github.com/status-im/status-go.git synced 2025-03-01 23:20:51 +00:00

14 lines
216 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
func writeBlocks(*Digest, []byte) int