Test whether a raw key may be in the filter.
Declared in <common/bloom.h>
<common/bloom.h>
bool contains(std::span<unsigned char const> vKey) const;
true if the key may be present (subject to false positives).