mirror of
https://github.com/status-im/status-go.git
synced 2025-01-31 08:57:02 +00:00
Jakub Sokołowski
c1f17cb4a3
also re-implement mailserver metrics Signed-off-by: Jakub Sokołowski <jakub@status.im>
14 lines
216 B
Go
14 lines
216 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(*Digest, []byte) int
|