Verify that a nonce for data meets the target.
nonce
data
target
bool verify(String data, int nonce, BigInt target) => hashFn(data, nonce) <= target;