You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prometheus/vendor/github.com/dgryski/go-sip13/sip13_stub.go

12 lines
205 B

// +build amd64,!noasm
package sip13
//go:generate go run asm.go -out sip13_amd64.s
//go:noescape
func Sum64(k0, k1 uint64, p []byte) uint64
//go:noescape
func Sum64Str(k0, k1 uint64, p string) uint64