There is go code to derive the address from a public key. This implements the Address method of the PubKey interface. But there is not equivalent gno code. This would be useful, for example, in the valopers realm to check that the registered public key corresponds to the address. This would require implementing the dependent hash functions in gno code. We need to decide whether this is too expensive to do in the gno VM.
There is go code to derive the address from a public key. This implements the
Addressmethod of thePubKeyinterface. But there is not equivalent gno code. This would be useful, for example, in the valopers realm to check that the registered public key corresponds to the address. This would require implementing the dependent hash functions in gno code. We need to decide whether this is too expensive to do in the gno VM.