dazoe / ecc

Native node js module for ECDH and ECDSA
MIT License
5 stars 7 forks source link

why don't you make it as a npm module? #5

Open biebg opened 10 years ago

biebg commented 10 years ago

your project is very userful, why don't you make it as a npm module?

dazoe commented 10 years ago

This is an npm module. It's just not in the npm repo because there is already a module in the repo called ecc. Which is 2 years old and very non-useful because it can't do real ecc. To install it via npm you can use npm install https://github.com/dazoe/ecc/tarball/master I will update the readme to include this.

biebg commented 10 years ago

Maybe you can call it "dazoe-ecc" or anything else, then upload to npmjs.org. Just a advice ,because a github url is hard to remember or tell others.

dazoe commented 10 years ago

I'll give it some thought, i would like to keep my dazoe out of the name. Maybe native-ecc or i could always challenge the ecc name. What do you think?

quartzjer commented 10 years ago

I would see if you can inherit the original name, it would save time for others looking through npm :)