hyugit / EllipticCurve

An elliptic curve library written in Swift 4
MIT License
22 stars 5 forks source link

support SPM? #3

Closed OHeroJ closed 6 years ago

OHeroJ commented 6 years ago

great! when support SPM?

hyugit commented 6 years ago

oh yes, it's on the way. please note ecdsa signing for secp256k1 is very slow at the moment. it is bottlenecked at UInt256.karatsuba

hyugit commented 6 years ago

done: https://github.com/mryu87/EllipticCurve/commit/5fe980239996e40785fa8febd239e25b2ec1464a

hyugit commented 6 years ago

let me know if it works for you. :)