Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cryptocoinjs/ecurve
- Owner: cryptocoinjs
- License: mit
- Created: 2013-11-06T07:06:55.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T17:28:43.000Z (almost 5 years ago)
- Last Synced: 2024-11-03T11:04:00.473Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 217 KB
- Stars: 58
- Watchers: 7
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)