Check if public key is correct. Return true or false
bool checkPublicKey(PublicKey publicKey) => ntCheckPublicKey(publicKey: publicKey.publicKey);