Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openolt-adapter
/
106c61a2c63a8259f9aa47dc8a852a2f176c5a6f
/
.
/
vendor
/
github.com
/
klauspost
/
compress
/
zstd
/
internal
/
xxhash
/
xxhash_amd64.go
blob: 35318d7c46cbd533e194f946894e37eeaa1d50a6 [
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(*Digest, []byte) int