tdrerup / elliptic-curve-solidity

A pure solidity implementation of elliptic curve math, parameterised for curve secp256r1 / prime256v1 / p256.
MIT License
103 stars 21 forks source link

publish repo on npm #1

Closed decanus closed 5 years ago

decanus commented 5 years ago

Is there any chance you could publish this repository on NPM @tdrerup, would be super useful.

tdrerup commented 5 years ago

Done: https://www.npmjs.com/package/elliptic-solidity

Let me know if you run into any issues. Just bumped all the versions to the most recent ones.

decanus commented 5 years ago

Thanks!