status-go/vendor/github.com/segmentio/asm/keyset/keyset_arm64.go

9 lines
237 B
Go

//go:build !purego
// +build !purego
package keyset
// Lookup searches for a key in a set of keys, returning its index if
// found. If the key cannot be found, the number of keys is returned.
func Lookup(keyset []byte, key []byte) int