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 #203

Closed
wants to merge 2 commits into from
Closed

change library openssl to secp256k1 for converting priv key to pub key #203

wants to merge 2 commits into from

Conversation

pebble8888
Copy link
Contributor

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

@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.

Thank you @pebble8888.

LGTM, but need rebase and fix tests on Linux.
I'll do it on another branch so I close this branch.

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