Package Exports
- ecdsa
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ecdsa) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ecdsa
JavaScript component to Elliptical Curve Cryptography signing and verify.
See this article for more details: bitcoin address.
Install
Node.js/Browserify
npm install --save ecdsa
Component
component install cryptocoinjs/ecdsa
Bower
bower install ecdsa
Script
<script src="/path/to/ecdsa.js"></script>
Credits
It's not clear to me if this is based upon Tom Wu's work or Stefen Thomas.