Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for verifying a signature #10

Closed
jnaviask opened this issue Jun 20, 2019 · 0 comments · Fixed by #21
Closed

Support for verifying a signature #10

jnaviask opened this issue Jun 20, 2019 · 0 comments · Fixed by #21

Comments

@jnaviask
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant