Derives a public key from a private key. Implementations MUST provide the derivation logic.
@override String derivePublicKey(String privateKey) => Bip340.getPublicKey(privateKey);