Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-go
/
9e120e97f455194e471a79722af79fa0d68a3df2
/
.
/
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