2018-12-18 22:57:26 -08:00
|
|
|
// Code generated by command: go run asm.go -out fnv1a.s -stubs stub.go. DO NOT EDIT.
|
|
|
|
|
|
2018-12-13 00:18:44 -08:00
|
|
|
package fnv1a
|
|
|
|
|
|
2018-12-27 23:09:44 -08:00
|
|
|
// Hash64 computes the FNV-1a hash of data.
|
2018-12-13 00:18:44 -08:00
|
|
|
func Hash64(data []byte) uint64
|