source: code/trunk/vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go@ 822

Last change on this file since 822 was 822, checked in by yakumo.izuru, 22 months ago

Prefer immortal.run over runit and rc.d, use vendored modules
for convenience.

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

File size: 220 bytes
Line 
1// +build !appengine
2// +build gc
3// +build !purego
4
5package xxhash
6
7// Sum64 computes the 64-bit xxHash digest of b.
8//
9//go:noescape
10func Sum64(b []byte) uint64
11
12//go:noescape
13func writeBlocks(d *Digest, b []byte) int
Note: See TracBrowser for help on using the repository browser.