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

Change library openssl to secp256k1 for converting priv key to pub key #218

Merged
merged 4 commits into from
Sep 12, 2019

Conversation

usatie
Copy link
Member

@usatie usatie commented Sep 12, 2019

This PR is originary from @pebble8888 #203
Big thank you!

I rebased the branch and fixed some.

Requirements

  • Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.

Description of the Change

My motivation is a removal of the openssl library.
Using secp256k1 library which already in use is better than using openssl BIGNUM.
We can remove openssl library eventually.

Alternate Designs

None.

Benefits

see above.

Possible Drawbacks

None.
All unit tests passed in iOS simulator.

Applicable Issues

None.

Copy link
Member Author

@usatie usatie left a comment

Choose a reason for hiding this comment

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

LGTM

@usatie
Copy link
Member Author

usatie commented Sep 12, 2019

@GitCash send 1000 bits to @pebble8888
Thank you @pebble8888 !

@usatie usatie merged commit 56992b4 into master Sep 12, 2019
@usatie usatie deleted the pebble8888/keyconvert branch September 12, 2019 08:29
@pebble8888
Copy link
Contributor

Thank you for the merge.

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.

None yet

2 participants