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

feat: add verify to message-encryption #1625

Open
vpavlin opened this issue Sep 28, 2023 · 0 comments
Open

feat: add verify to message-encryption #1625

vpavlin opened this issue Sep 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@vpavlin
Copy link
Member

vpavlin commented Sep 28, 2023

This is a feature or change request

Problem

When I implemented https://github.com/vpavlin/qaku, I used some random crypto wrapper instead of @waku/message-encryption package as it lacked verify() method (I could have probably just called the implemenation in noble-secp256k1 directly, but haven't realized it then).

Proposed Solutions

Since @waku/message-encryption contains sign() method (i.e. people will use it to sign messages), it should also expose verify() to verify validity of the message and signature.

Notes

@fryorcraken fryorcraken added this to Waku Sep 28, 2023
@danisharora099 danisharora099 added the enhancement New feature or request label Oct 17, 2023
@danisharora099 danisharora099 moved this to To Do in Waku Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To Do
Development

No branches or pull requests

2 participants