選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
220 B

  1. // +build !appengine
  2. // +build gc
  3. // +build !purego
  4. package xxhash
  5. // Sum64 computes the 64-bit xxHash digest of b.
  6. //
  7. //go:noescape
  8. func Sum64(b []byte) uint64
  9. //go:noescape
  10. func writeBlocks(d *Digest, b []byte) int