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

[WIP] PrivateKey backed by cryptography #13

Merged
merged 5 commits into from
May 22, 2015
Merged

[WIP] PrivateKey backed by cryptography #13

merged 5 commits into from
May 22, 2015

Conversation

esneider
Copy link
Contributor

No description provided.

@esneider
Copy link
Contributor Author

Note: change from_private_exponent to use cryptography once pyca/cryptography#1973 is merged

@@ -108,7 +111,7 @@ def __str__(self):
testnet = Network(
name = 'testnet',
aliases = [],
curve = ec.SECP256K1,
curve = ec.SECP256K1(),
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't see the need of having the curve as a Network parameter. I'm most probably missing a use case here, what do you have in mind?

@slezica
Copy link

slezica commented May 22, 2015

Great work. Thanks!

slezica pushed a commit that referenced this pull request May 22, 2015
[WIP] PrivateKey backed by cryptography
@slezica slezica merged commit 4662194 into network May 22, 2015
@esneider esneider deleted the privkey branch June 1, 2015 17:16
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