Check if a string is a public key (npub)
static bool isPubkey(String str) { return isKey(Hrps.kPublicKey, str); }