yenom / BitcoinKit

Bitcoin protocol toolkit for Swift
MIT License
841 stars 261 forks source link

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

Closed pebble8888 closed 4 years ago

pebble8888 commented 5 years ago

Requirements

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.