mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-02 13:48:43 +00:00
75513575be
* store dependency's in git * since we vendor ... rm tech-depts * aad make target 'vendor' to update vendor folder (manual task)
13 lines
220 B
Go
13 lines
220 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
|
|
|
|
//go:noescape
|
|
func writeBlocks(d *Digest, b []byte) int
|