xxh32zero_arm.go 191 B

1234567891011
  1. // +build !noasm
  2. package xxh32
  3. // ChecksumZero returns the 32-bit hash of input.
  4. //
  5. //go:noescape
  6. func ChecksumZero([]byte) uint32
  7. //go:noescape
  8. func update(*[4]uint32, *[16]byte, []byte)