The result of the verifying_key() method is VerifyingKey (PublicKey) that is not the same as the true PublicKey in the hs_ed25519_public_key file. I’ve been trying to solve this for a few days now and searching for information, but I haven’t found anything relevant. I’m using the public and private keys of the respective hidden service, but I get a completely different onion domain. The key pair is correct. I think the problem has to do something related with the private key since the o...