privateKey is a 32-bytes hex-encoded string returns the public key in form of 32-bytes hex-encoded string
privateKey
static String getPublicKey(String privateKey) { return bip340.getPublicKey(privateKey); }