Given a public address and an xpub master public key from a deterministic wallet, is it possible to verify whether that address is (or isn't) a member of the wallet?
For example, if my address is 1BvBMSEYstWetqTFn5Au4m4GFg7xJaNVN2
and my xpub is xpub6CUGRUonZSQ4TWtTMmzXdrXDtypWKiK
, how long would it take to verify that the address is not generated by the wallet? Can it be checked in constant time, or brute-forced in a reasonable amount of time?