-
Notifications
You must be signed in to change notification settings - Fork 209
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
Public-key encryption module #114
Comments
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
@aryan7iitj Are you aware that this library has an ECDH module? In fact, even upstream libsecp256k1 has it. This issue is about PKE, which has a different interface than key exchange. |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
@real-or-random Don't feed the trolls/bots/AIs. |
/me mumbles something about Turing tests... |
This comment was marked as spam.
This comment was marked as spam.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ECDH module in secp256k(-zkp) is used in a few places to build ECIES-style public-key encryption. We could offer a module for this.
The text was updated successfully, but these errors were encountered: