cryptocoin-eckey
v0.0.1
Published
Eliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin
Downloads
3
Maintainers
Readme
eckey
JavaScript component for Eliptical curve cryptography for crypto currencies such as Litecoin and Bitcoin.
AMD/CommonJS compatible.
See this article for more details: bitcoin address.
Install
Node.js/Browserify
npm install --save cryptocoin-eckey
Component
component install cryptocoinjs/eckey
Bower
bower install cryptocoin-eckey
Script
<script src="/path/to/eckey.js"></script>
Credits
Stefen Thomas wrote the majority of this and Roman Shtylman made significant modifcations.