You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful if we had a function like verifySignature(message, signature, publicKey) that allowed us to check that signature was the result of signWithPrivateKey(message, privateKey) for the private key corresponding to publicKey.
This would allow the possibility of secure offline signing, especially using gaiacli once this is resolved: cosmos/cosmos-sdk#4581. Thanks!
The text was updated successfully, but these errors were encountered:
It would be very useful if we had a function like
verifySignature(message, signature, publicKey)
that allowed us to check thatsignature
was the result ofsignWithPrivateKey(message, privateKey)
for the private key corresponding topublicKey
.This would allow the possibility of secure offline signing, especially using
gaiacli
once this is resolved: cosmos/cosmos-sdk#4581. Thanks!The text was updated successfully, but these errors were encountered: