Skip to content

Add raw context getter to Secp256k1 struct #101

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

Merged
merged 1 commit into from
Mar 4, 2019

Conversation

jonasnick
Copy link
Collaborator

This enables extending the Secp256k1 with more cryptographic algorithms outside of this crate. In particular, I'd like to use algorithms in secp256k1-zkp with this crates' Secp256k1. For example, this is how schnorrsig could be added to a rust-secp256k1-zkp crate: jonasnick/rust-secp256k1-zkp@2cd9bc4#diff-378891ea32c1e0e815ba44b3c9dfaa90R110

Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK. How quickly do you need this? Our next version will be a major bump because we increased the minimum compiler version and updated some dependencies. I can backport if need be.

@jonasnick
Copy link
Collaborator Author

Medium soon. Can wait for the next major version.

@real-or-random
Copy link
Collaborator

ACK

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 this pull request may close these issues.

3 participants