mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-20 12:46:59 +00:00
Signed-off-by: Simon Pasquier <spasquie@redhat.com> Co-authored-by: Max Leonard Inden <IndenML@gmail.com>
13 lines
206 B
Go
13 lines
206 B
Go
// +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
|