Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-lib-go
/
273073c401c73ef1341ba7c05299d29ed97d752c
/
.
/
vendor
/
github.com
/
cespare
/
xxhash
/
xxhash_amd64.go
blob: d6176526802c217429b1ec50f7aabdf6d12ae00e [
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
func writeBlocks(x *xxh, b []byte) []byte