Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ofagent-go
/
2b6f55e3c4733ec16db49eb24475d13d6f1c4ea4
/
.
/
vendor
/
github.com
/
cespare
/
xxhash
/
v2
/
xxhash_amd64.go
blob: ad14b807f4d96913a9c77366a61f075b188554cc [
file
] [
log
] [
blame
]
// +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(d *Digest, b []byte) int