Kitura / BlueECC

Elliptic-curve cryptography for Swift
Apache License 2.0
92 stars 35 forks source link

fix linux test crash #1

Closed Andrew-Lees11 closed 5 years ago

Andrew-Lees11 commented 5 years ago

This repo was failing when running on linux due to the bio for public and private key initializes. This PR changes the initializers to create the key from the Data and adds Jazzy docs for the public functions.