Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltctl
/
bc3434a7be85d8ab38a768dc16331908ddd6b487
/
.
/
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