Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cryptocoinjs/ecurve

JavaScript component for Eliptic Curve Cryptography
https://github.com/cryptocoinjs/ecurve

Last synced: 25 days ago
JSON representation

JavaScript component for Eliptic Curve Cryptography

Awesome Lists containing this project

README

        

ecurve
=======

[![build status](https://secure.travis-ci.org/cryptocoinjs/ecurve.svg)](http://travis-ci.org/cryptocoinjs/ecurve)

JavaScript component for [Elliptic Curve Cryptography](http://en.wikipedia.org/wiki/Elliptic_curve_cryptography). Works in both Node.js and the browser.

Official documentation:

http://cryptocoinjs.com/modules/crypto/ecurve/

### LICENSE [MIT](LICENSE)
Parts of this software are derivative works of [`ec.js`](http://www-cs-students.stanford.edu/~tjw/jsbn/ec.js) by Tom Wu, please see the MIT-like in [LICENSE](https://github.com/cryptocoinjs/ecurve/blob/ecd0f386024dba37bba40850b4ea6d1607f10e26/lib/point.js)