-
Notifications
You must be signed in to change notification settings - Fork 16
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
Adding secp256k1 support #7
Comments
I would accept a PR providing such support. |
Are you OK with secp256k1 from cryptonite lib? If so I could create a PR for that. |
Yes. I am OK with that because it doesn't introduce an additional dependency. |
I have been working on this. We need to support the custom key rotation mechanism they use in Lightning, but if we do, it will work. I have a PR for secp256k1 support in Cryptonite, let's see if I can get that merged. If I can't, would you be ok with using the ECDH bindings that I could add to secp256k1-haskell? That would require one new dependency then. |
Yes. |
See PR #13 |
lightning uses noise-with-secp256k1 even though this instantiation is not explicitly mentioned in the noise protocol spec.
Are there any plans to add this to cacophony, or would you be happy to accept a PR implementing such support?
The text was updated successfully, but these errors were encountered: