7 lines
178 B
Go
7 lines
178 B
Go
// Code generated by command: go run asm.go -out fnv1a.s -stubs stub.go. DO NOT EDIT.
|
|
|
|
package fnv1a
|
|
|
|
// Hash64 computes the FNV-1a hash of data.
|
|
func Hash64(data []byte) uint64
|