UNPKG

503 BMarkdownView Raw
1ecdsa
2======
3
4[![build status](https://secure.travis-ci.org/cryptocoinjs/ecdsa.png)](http://travis-ci.org/cryptocoinjs/ecdsa)
5[![Coverage Status](https://img.shields.io/coveralls/cryptocoinjs/ecdsa.svg)](https://coveralls.io/r/cryptocoinjs/ecdsa)
6
7JavaScript component for Elliptical Curve Cryptography signing and verification. This module is important to sign transactions. Works
8with both Node.js and the browser.
9
10### Official documentation:
11
12http://cryptocoinjs.com/modules/crypto/ecdsa/
13
14
15
16
17
18
19
20
21